UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

3 lines 193 B
import { TypespecProgram } from "../interfaces"; export declare function generateServiceInformation(program: TypespecProgram): string; //# sourceMappingURL=generate-service-information.d.ts.map