UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

3 lines 185 B
import { TypespecProgram } from "../interfaces"; export declare function emitModels(filePath: string, program: TypespecProgram): Promise<void>; //# sourceMappingURL=emit-models.d.ts.map