Type Alias UpdateCustomObjectDto

UpdateCustomObjectDto: {
    labels: Labels;
    description?: string | null;
    locationId: string;
    searchableProperties: string[];
}

Type declaration

  • labels: Labels
  • Optionaldescription?: string | null
  • locationId: string
  • searchableProperties: string[]