UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

4 lines 229 B
import { SchemaResponse } from "@autorest/codemodel"; import { TypespecModel } from "../interfaces"; export declare function transformSchemaResponse(response: SchemaResponse): TypespecModel; //# sourceMappingURL=response.d.ts.map