Skip to content

Commit

Permalink
Merge pull request #1156 from vahidvdn/patch-1
Browse files Browse the repository at this point in the history
refactor(setup): change swaggerOptions type
  • Loading branch information
kamilmysliwiec committed Jan 29, 2021
2 parents b7df737 + 40c534c commit 0f81ad4
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 0f81ad4

Please sign in to comment.