Type Alias CreateCustomFieldFolderDto

CreateCustomFieldFolderDto: {
    objectKey: string;
    locationId: string;
    name: string;
}

Type declaration

  • objectKey: string
  • locationId: string
  • name: string