UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

3 lines 206 B
import { TypespecProgram } from "interfaces"; export declare function emitTypespecConfig(filePath: string, programDetails: TypespecProgram): Promise<void>; //# sourceMappingURL=emit-typespec-config.d.ts.map