UNPKG

openapi-ts-generator

Version:

Based on swagger-ts-generator, this is a type script model generator specifically for services with OpenApi spec documentation.

4 lines (3 loc) 253 B
import { IGeneratorOptions } from './models/generator-options'; export { nrsrxTypeFilterCallBack, nrsrxValuePropertyTypeFilterCallBack } from './models/nrsrx-filters'; export declare function generateTsModels(options: IGeneratorOptions): Promise<void>;