Serves as value of the custom field on a resource or data type customized with a Type.

interface CustomFields {
    fields: FieldContainer;
    type: TypeReference;
}

Properties

Properties

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

Reference to the Type that holds the FieldDefinitions for the Custom Fields.

Generated using TypeDoc