export class ProxyOptions { /** * * * @type {Function} * @memberof ProxyOptions */ certificateCheck?: Function; /** * * * @type {Function} * @memberof ProxyOptions */ credentials?: Function; /** * * * @type {*} * @memberof ProxyOptions */ payload?: any; /** * * * @type {number} * @memberof ProxyOptions */ type?: number; /** * * * @type {string} * @memberof ProxyOptions */ url?: string; /** * * * @type {number} * @memberof ProxyOptions */ version?: number; }