interface EnumValueTypeOptionsLike {
    description?: null | LocalizedTextLike;
    displayName?: null | LocalizedTextLike;
    value?: number | Int64;
}

Properties

description?: null | LocalizedTextLike
displayName?: null | LocalizedTextLike
value?: number | Int64