UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

3 lines 173 B
import { TypespecObject } from "../interfaces"; export declare function generateObject(typespecObject: TypespecObject): string; //# sourceMappingURL=generate-object.d.ts.map