Added ProxyOptions

This commit is contained in:
Dolan
2017-06-09 01:07:35 +01:00
parent b47f2db564
commit edf46bc725
3 changed files with 10 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
export class ProxyOptions {
certificateCheck?: Function
credentials?: Function
payload?: any
type?: number
url?: string
version?: number
}