UNPKG

60 BTypeScriptView Raw
1export interface SwaggerEnum {
2 [key: number]: string;
3}