Skip to content

Commit c373d51

Browse files
committedFeb 14, 2024
docs: add deprecation warning on useless SwaggerCustomOptions properties
1 parent 7dd751b commit c373d51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎lib/interfaces/swagger-custom-options.interface.ts

+3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ export interface SwaggerCustomOptions {
1414
customSwaggerUiPath?: string;
1515
swaggerUrl?: string;
1616
customSiteTitle?: string;
17+
/** @deprecated This property has no effect. */
1718
validatorUrl?: string;
19+
/** @deprecated This property has no effect. */
1820
url?: string;
21+
/** @deprecated This property has no effect. */
1922
urls?: Record<'url' | 'name', string>[];
2023
jsonDocumentUrl?: string;
2124
yamlDocumentUrl?: string;

0 commit comments

Comments
 (0)
Please sign in to comment.