UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

5 lines 326 B
import { Operation, SchemaResponse } from "@autorest/codemodel"; import { TypespecModel } from "../interfaces"; export declare function transformSchemaResponse(response: SchemaResponse): TypespecModel; export declare function get200ResponseName(operation: Operation): string | undefined; //# sourceMappingURL=response.d.ts.map