A field with an enum set value.

interface EnumSetField {
    type: "EnumSet";
    value: string[];
}

Properties

Properties

type: "EnumSet"
value: string[]