Improve typings.

This commit is contained in:
JimiC
2017-11-05 19:46:31 +02:00
parent 718ba93da6
commit c5e7c44434
35 changed files with 162 additions and 82 deletions

View File

@@ -6,4 +6,5 @@ export interface SubmoduleUpdateOptions {
checkoutOpts?: CheckoutOptions;
fetchOpts?: FetchOptions;
cloneCheckoutStrategy?: number;
[key: string]: any;
}