@autorest/openapi-to-typespec
Version:
Autorest plugin to scaffold a Typespec definition from an OpenAPI document
5 lines • 397 B
TypeScript
import { TypespecProgram } from "../interfaces";
import { Metadata } from "../utils/resource-discovery";
export declare function emitMain(program: TypespecProgram, metadata: Metadata | undefined, basePath: string): Promise<void>;
export declare function emitExamples(examples: Record<string, string>, versions: string[] | undefined, basePath: string): void;
//# sourceMappingURL=emit-main.d.ts.map