mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-06 17:22:19 +08:00
9 lines
169 B
TypeScript
9 lines
169 B
TypeScript
export class ProxyOptions {
|
|
certificateCheck?: Function;
|
|
credentials?: Function;
|
|
payload?: any;
|
|
type?: number;
|
|
url?: string;
|
|
version?: number;
|
|
}
|