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