UNPKG

swagger-typescript-generator

Version:

Generate typescript code from swagger.json. Before start this project I try use [swagger-typescript-codegen](https://github.com/mtennoe/swagger-typescript-codegen) based on [mustache templates](https://github.com/mtennoe/swagger-js-codegen/tree/master/lib

9 lines (8 loc) 204 B
export interface ISwaggerDocConfig { apiUrl: string; source: any; modelImportPath?: string; enumImportPath?: string; showPrivateFieldsForDebug?: boolean; showComments?: boolean; }