UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

6 lines 552 B
import { TspArmResource } from "../interfaces"; export declare function generateArmResource(resource: TspArmResource): string; export declare function generateArmResourceExamples(resource: TspArmResource): Record<string, string>; export declare function generateExamples(examples: Record<string, Record<string, unknown>>, operationId: string, generatedExamples: Record<string, string>): void; export declare function getGeneratedOperationId(operationGroupName: string, operationName: string): string; //# sourceMappingURL=generate-arm-resource.d.ts.map