A field with an enum value.

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

Properties

Properties

type: "Enum"
value: string