mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
change property types from 'Object' to 'any' so that their anonymous contents can be inspected, add missing 'files' property
This commit is contained in:
Vendored
+3
-2
@@ -8,8 +8,9 @@
|
||||
declare module "superagent" {
|
||||
export interface Response {
|
||||
text: string;
|
||||
body: Object;
|
||||
header: Object;
|
||||
body: any;
|
||||
files: any;
|
||||
header: any;
|
||||
type: string;
|
||||
charset: string;
|
||||
status: number;
|
||||
|
||||
Reference in New Issue
Block a user