Typescript SDK Type Docs
    Preparing search index...

    Interface Custom

    The representation to be sent to the server when creating a resource with Custom Fields.

    interface Custom {
        fields?: FieldContainer;
        type: TypeKeyReference;
    }
    Index

    Properties

    Properties

    The Custom Fields of this object.

    The Type that provides the field definitions for this object. If the referenced Type does not exist, the state of the ImportOperation will be set to unresolved until the referenced Type is created.