mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 10:35:22 +08:00
Improve typings.
This commit is contained in:
1
types/nodegit/submodule-update-options.d.ts
vendored
1
types/nodegit/submodule-update-options.d.ts
vendored
@@ -6,4 +6,5 @@ export interface SubmoduleUpdateOptions {
|
||||
checkoutOpts?: CheckoutOptions;
|
||||
fetchOpts?: FetchOptions;
|
||||
cloneCheckoutStrategy?: number;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user