mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Added documentation
This commit is contained in:
36
types/nodegit/proxy-options.d.ts
vendored
36
types/nodegit/proxy-options.d.ts
vendored
@@ -1,8 +1,44 @@
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user