UNPKG

@nestjs/swagger

Version:

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

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