UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

7 lines (6 loc) 164 B
export interface SwaggerDocumentOptions { include?: Function[]; extraModels?: Function[]; ignoreGlobalPrefix?: boolean; deepScanRoutes?: boolean; }