interface TypeDraft {
    description?: LocalizedString;
    fieldDefinitions?: FieldDefinition[];
    key: string;
    name: LocalizedString;
    resourceTypeIds: string[];
}

Properties

description?: LocalizedString

Description of the Type.

fieldDefinitions?: FieldDefinition[]

Defines Custom Fields.

key: string

User-defined unique identifier for the Type.

Name of the Type.

resourceTypeIds: string[]

Resources and/or data types for which the Type is defined.

Generated using TypeDoc