UNPKG

redis-smq-rest-api

Version:
5 lines 377 B
import { OpenAPIV3 } from 'openapi-types'; import { TRouterResourceMap } from '../router/types/index.js'; export declare function generateOpenApiDocument(routingMap: TRouterResourceMap, basePath?: string): Promise<OpenAPIV3.Document<{}>>; export declare function saveOpenApiDocument(spec: OpenAPIV3.Document, dir: string): Promise<string>; //# sourceMappingURL=builder.d.ts.map