UNPKG

230 BTypeScriptView Raw
1import { Plugin } from '../app/BaseApp';
2export declare class SwaggerPlugin implements Plugin {
3 private swaggerPath;
4 constructor(swaggerPath: any);
5 name: string;
6 willStart(app: any, context: any): Promise<void>;
7}