UNPKG

@nestjs/swagger

Version:

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

8 lines (7 loc) 243 B
export interface SwaggerDocumentOptions { include?: Function[]; extraModels?: Function[]; ignoreGlobalPrefix?: boolean; deepScanRoutes?: boolean; operationIdFactory?: (controllerKey: string, methodKey: string) => string; }