UNPKG

openapi-codegen-typescript

Version:

OpenApi codegen for generating types an mocks from swagger json file

4 lines (3 loc) 185 B
import { SwaggerV2, SwaggerV3 } from '../types'; export declare const aSwaggerV3Mock: (schemas: any) => SwaggerV3; export declare const aSwaggerV2Mock: (definitions: any) => SwaggerV2;