UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

3 lines 180 B
import { TypespecParameter } from "../interfaces"; export declare function generateParameter(parameter: TypespecParameter): string; //# sourceMappingURL=generate-parameter.d.ts.map