UNPKG

@autorest/openapi-to-cadl

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

4 lines 222 B
import { CodeModel, Operation } from "@autorest/codemodel"; export declare function markLRO(codeModel: CodeModel): void; export declare function hasLROExtension(operation: Operation): any; //# sourceMappingURL=lro.d.ts.map