mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
fixed linting errors
This commit is contained in:
12
types/nodegit/proxy-options.d.ts
vendored
12
types/nodegit/proxy-options.d.ts
vendored
@@ -5,40 +5,40 @@ export class ProxyOptions {
|
||||
* @type {Function}
|
||||
* @memberof ProxyOptions
|
||||
*/
|
||||
certificateCheck?: Function
|
||||
certificateCheck?: Function;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @type {Function}
|
||||
* @memberof ProxyOptions
|
||||
*/
|
||||
credentials?: Function
|
||||
credentials?: Function;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @type {*}
|
||||
* @memberof ProxyOptions
|
||||
*/
|
||||
payload?: any
|
||||
payload?: any;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof ProxyOptions
|
||||
*/
|
||||
type?: number
|
||||
type?: number;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof ProxyOptions
|
||||
*/
|
||||
url?: string
|
||||
url?: string;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof ProxyOptions
|
||||
*/
|
||||
version?: number
|
||||
version?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user