mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Added ProxyOptions
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
export class ProxyOptions {
|
||||
certificateCheck?: Function
|
||||
credentials?: Function
|
||||
payload?: any
|
||||
type?: number
|
||||
url?: string
|
||||
version?: number
|
||||
}
|
||||
Reference in New Issue
Block a user