Package version:

Interface UpdateLargeFaceListBodyParam

interface UpdateLargeFaceListBodyParam {
    body?: {
        name?: string;
        userData?: string;
    };
}

Properties

Properties

body?: {
    name?: string;
    userData?: string;
}

Type declaration

  • Optional name?: string
  • Optional userData?: string