A field with a localized enum value.

interface LocalizedEnumField {
    type: "LocalizedEnum";
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

type: "LocalizedEnum"

The type of this field.

value: string