The representation used when creating or updating a customizable data type with Custom Fields.

interface CustomFieldsDraft {
    fields?: FieldContainer;
    type: TypeResourceIdentifier;
}

Properties

Properties

Object containing the Custom Fields for the customized resource or data type.

id or key of the Type.

Generated using TypeDoc