interface EnumOptions {
    tagKey?: string;
    valueKey?: string;
}

Properties

Properties

tagKey?: string
valueKey?: string