mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Added ProxyOptions
This commit is contained in:
1
types/nodegit/index.d.ts
vendored
1
types/nodegit/index.d.ts
vendored
@@ -65,6 +65,7 @@ export { Oid } from './oid';
|
||||
export { Openssl } from './open-ssl';
|
||||
export { Packbuilder } from './pack-builder';
|
||||
export { Pathspec } from './path-spec';
|
||||
export { ProxyOptions } from './proxy-options';
|
||||
export { PushOptions } from './push-options';
|
||||
export { PushUpdate } from './push-update';
|
||||
export { Push } from './push';
|
||||
|
||||
8
types/nodegit/proxy-options.d.ts
vendored
Normal file
8
types/nodegit/proxy-options.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export class ProxyOptions {
|
||||
certificateCheck?: Function
|
||||
credentials?: Function
|
||||
payload?: any
|
||||
type?: number
|
||||
url?: string
|
||||
version?: number
|
||||
}
|
||||
@@ -79,6 +79,7 @@
|
||||
"open-ssl.d.ts",
|
||||
"pack-builder.d.ts",
|
||||
"path-spec.d.ts",
|
||||
"proxy-options.d.ts",
|
||||
"push-options.d.ts",
|
||||
"push-update.d.ts",
|
||||
"push.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user