mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
add type definition for option gzip (#38943)
This commit is contained in:
committed by
Armando Aguirre
parent
ca5aab8759
commit
6f83edcabb
Vendored
+6
@@ -58,6 +58,12 @@ export interface MiddlewaresOptions {
|
||||
*/
|
||||
bodyParser?: boolean;
|
||||
|
||||
/**
|
||||
* Disable compression
|
||||
* @default false
|
||||
*/
|
||||
noGzip?: boolean;
|
||||
|
||||
/**
|
||||
* Disable CORS
|
||||
* @default false
|
||||
|
||||
Reference in New Issue
Block a user