Type alias EnumLike

EnumLike: {
    [k: string]: string | number;
}

Type declaration

  • [k: string]: string | number

Generated using TypeDoc