mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-24 23:34:30 +00:00
Make all push-options optional
This commit is contained in:
4
types/nodegit/push-options.d.ts
vendored
4
types/nodegit/push-options.d.ts
vendored
@@ -30,12 +30,12 @@ export interface PushOptions {
|
||||
* @type {Strarray}
|
||||
* @memberof PushOptions
|
||||
*/
|
||||
customHeaders: Strarray;
|
||||
customHeaders?: Strarray;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @type {ProxyOptions}
|
||||
* @memberof PushOptions
|
||||
*/
|
||||
proxyOpts: ProxyOptions;
|
||||
proxyOpts?: ProxyOptions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user