UNPKG

384 BTypeScriptView Raw
1import { OpenAPIObject, SwaggerCustomOptions } from '../interfaces';
2export declare function buildSwaggerInitJS(swaggerDoc: OpenAPIObject, customOptions?: SwaggerCustomOptions): string;
3export declare function getSwaggerAssetsAbsoluteFSPath(): string;
4export declare function buildSwaggerHTML(baseUrl: string, swaggerDoc: OpenAPIObject, customOptions?: SwaggerCustomOptions): string;