mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 09:03:29 +00:00
11 lines
264 B
TypeScript
11 lines
264 B
TypeScript
|
export default function (responseType?: any, async?: any, user?: any, password?: any, timeout?: any): {
|
||
|
responseType: any;
|
||
|
async: any;
|
||
|
user: any;
|
||
|
password: any;
|
||
|
timeout: any;
|
||
|
header: any;
|
||
|
headerValue: any;
|
||
|
overrideMimeType: any;
|
||
|
};
|