Typescript SDK Type Docs
    Preparing search index...

    Interface EnumField

    A field with an enum value.

    interface EnumField {
        type: "Enum";
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "Enum"

    The type of this field.

    value: string

    The key of the enum value. Must be a key of one of the CustomFieldEnumValues defined in the CustomFieldEnumType.