(args: {
fs: object;
dir: string;
filepath: string | string[];
cache?: object;
force?: boolean;
})
| 16 | /** Subset of `isomorphic-git`'s API used for `add`. */ |
| 17 | export interface IsomorphicGitAddClient { |
| 18 | add(args: { |
| 19 | fs: object; |
| 20 | dir: string; |
| 21 | filepath: string | string[]; |