@types/swagger-ui-express
Advanced tools
Comparing version
@@ -20,12 +20,12 @@ // Type definitions for swagger-ui-express 4.1 | ||
export interface SwaggerUiOptions { | ||
customCss?: string; | ||
customCssUrl?: string; | ||
customfavIcon?: string; | ||
customJs?: string; | ||
customSiteTitle?: string; | ||
explorer?: boolean; | ||
isExplorer?: boolean; | ||
swaggerOptions?: SwaggerOptions; | ||
swaggerUrl?: string; | ||
swaggerUrls?: string[]; | ||
customCss?: string | undefined; | ||
customCssUrl?: string | undefined; | ||
customfavIcon?: string | undefined; | ||
customJs?: string | undefined; | ||
customSiteTitle?: string | undefined; | ||
explorer?: boolean | undefined; | ||
isExplorer?: boolean | undefined; | ||
swaggerOptions?: SwaggerOptions | undefined; | ||
swaggerUrl?: string | undefined; | ||
swaggerUrls?: string[] | undefined; | ||
} | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "@types/swagger-ui-express", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "TypeScript definitions for swagger-ui-express", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/swagger-ui-express", | ||
"license": "MIT", | ||
@@ -30,4 +31,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "dd56977f3600b135272a542d939f160dadcf7bacca25e56c78d3e32255c38693", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "7121c41905ade897348ef93ed51fe69129027b7624afc724f04a104037f5945c", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 20 Mar 2020 15:47:30 GMT | ||
* Last updated: Fri, 02 Jul 2021 22:33:17 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/serve-static](https://npmjs.com/package/@types/serve-static) | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6915
2.75%0
-100%