Skip to content

Commit

Permalink
docs: add deprecation warning on useless SwaggerCustomOptions properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-gregoire committed Feb 14, 2024
1 parent 7dd751b commit c373d51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/interfaces/swagger-custom-options.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ export interface SwaggerCustomOptions {
customSwaggerUiPath?: string;
swaggerUrl?: string;
customSiteTitle?: string;
/** @deprecated This property has no effect. */
validatorUrl?: string;
/** @deprecated This property has no effect. */
url?: string;
/** @deprecated This property has no effect. */
urls?: Record<'url' | 'name', string>[];
jsonDocumentUrl?: string;
yamlDocumentUrl?: string;
Expand Down

0 comments on commit c373d51

Please sign in to comment.