UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

6 lines 225 B
import { CodeModel } from "@autorest/codemodel"; export interface PathDetails { } export type Paths = Map<string, PathDetails>; export declare function getAllPaths(model: CodeModel): Paths; //# sourceMappingURL=paths.d.ts.map