UNPKG

@autorest/openapi-to-cadl

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

12 lines 354 B
import { CadlProgram } from "../interfaces"; type Imports = { modules: string[]; namespaces: string[]; }; export declare function getModelsImports(program: CadlProgram): { modules: string[]; namespaces: string[]; }; export declare function getRoutesImports(_program: CadlProgram): Imports; export {}; //# sourceMappingURL=imports.d.ts.map