mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
add type definition for option gzip (#38943)
This commit is contained in:
parent
ca5aab8759
commit
6f83edcabb
6
types/json-server/index.d.ts
vendored
6
types/json-server/index.d.ts
vendored
@ -58,6 +58,12 @@ export interface MiddlewaresOptions {
|
||||
*/
|
||||
bodyParser?: boolean;
|
||||
|
||||
/**
|
||||
* Disable compression
|
||||
* @default false
|
||||
*/
|
||||
noGzip?: boolean;
|
||||
|
||||
/**
|
||||
* Disable CORS
|
||||
* @default false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user