Interface EnumOption

interface EnumOption {
    label: string;
    value: any;
}

Properties

Properties

label: string
value: any

Generated using TypeDoc