interface EnumValue {
    key: string;
    label: string;
}

Properties

Properties

key: string
label: string