Type Alias CreateCustomObjectDto

CreateCustomObjectDto: {
    labels: Labels;
    key: string;
    description?: string;
    locationId: string;
    primaryDisplayPropertyDetails: DisplayPropertyDetails;
}

Type declaration