UNPKG

@nestjs/swagger

Version:

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

10 lines (9 loc) 222 B
export interface SwaggerCustomOptions { explorer?: boolean; swaggerOptions?: any; customCss?: string; customJs?: string; customfavIcon?: string; swaggerUrl?: string; customSiteTitle?: string; }