UNPKG

207 BTypeScriptView Raw
1import { ApiAST, Config, TypeAST } from "./types";
2declare function generateApis(apis: ApiAST[], types: TypeAST[], config: Config): string;
3export { generateApis };
4//# sourceMappingURL=generateApis.d.ts.map
\No newline at end of file