interface EnumFieldOptions {
    description?: null | LocalizedTextLike;
    displayName?: null | LocalizedTextLike;
    name?: UAString;
    value?: Int64;
}

Hierarchy (view full)

Properties

description?: null | LocalizedTextLike
displayName?: null | LocalizedTextLike
name?: UAString
value?: Int64