Skip to content

Commit

Permalink
refactor: change swaggerOptions type
Browse files Browse the repository at this point in the history
We had a discussion here about this change: nestjs/docs.nestjs.com#1645 (comment)
  • Loading branch information
vahidvdn committed Jan 28, 2021
1 parent b7df737 commit 40c534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaces/swagger-custom-options.interface.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export interface SwaggerCustomOptions {
explorer?: boolean;
swaggerOptions?: any;
swaggerOptions?: Record<string, any>;
customCss?: string;
customCssUrl?: string;
customJs?: string;
Expand Down

0 comments on commit 40c534c

Please sign in to comment.