UNPKG

106 BTypeScriptView Raw
1export declare type SwaggerEnumType = string[] | number[] | (string | number)[] | Record<number, string>;