mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Update index.d.ts (#36035)
Reason for change is described here: https://github.com/scottie1984/swagger-ui-express/issues/27#issuecomment-499983791
This commit is contained in:
parent
1bcc829993
commit
ced5418600
2
types/swagger-ui-express/index.d.ts
vendored
2
types/swagger-ui-express/index.d.ts
vendored
@ -38,7 +38,7 @@ interface SwaggerUiExpress {
|
||||
*
|
||||
* @returns Express handlers that process requests and return files for Swagger UI.
|
||||
*/
|
||||
serve(): RequestHandler[];
|
||||
serve: RequestHandler[];
|
||||
|
||||
/**
|
||||
* Returns handlers for serving Swagger UI files.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user