UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

7 lines 494 B
import { ArmResource } from "./resource-discovery"; export declare function getTSPOperationGroupName(resourceMetadata: ArmResource): string; export declare function getSwaggerOperationGroupName(operationId: string): string; export declare function getSwaggerOperationName(operationId: string): string; export declare function getTSPNonResourceOperationGroupName(name: string): string; export declare function isInterfaceName(name: string): boolean; //# sourceMappingURL=operation-group.d.ts.map