mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
10 lines
264 B
TypeScript
10 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;
|
|
};
|