mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
add missing option (#20401)
This commit is contained in:
parent
1c2daecf2d
commit
e21416d4a7
1
types/co-body/index.d.ts
vendored
1
types/co-body/index.d.ts
vendored
@ -26,6 +26,7 @@ declare namespace CoBody {
|
||||
strict?: boolean;
|
||||
queryString?: qs.IParseOptions;
|
||||
jsonTypes?: string[];
|
||||
returnRawBody?: boolean;
|
||||
formTypes?: string[];
|
||||
textTypes?: string[];
|
||||
encoding?: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user