UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

6 lines 348 B
import { CodeModel, Operation } from "@autorest/codemodel"; import { TspLroHeaders } from "../interfaces"; export declare function markLRO(codeModel: CodeModel): void; export declare function hasLROExtension(operation: Operation): any; export declare function generateLroHeaders(lroHeaders: TspLroHeaders): string; //# sourceMappingURL=lro.d.ts.map