We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PushFileFunction
1 parent 4a2a6b3 commit 5b049afCopy full SHA for 5b049af
1 file changed
src/api/functions/push-file.ts
@@ -1,7 +1,7 @@
1
import { FilterPredicate, Options, Counts } from "../../types";
2
3
export type PushFileFunction = (
4
- directoryPath: string,
+ filename: string,
5
paths: string[],
6
counts: Counts,
7
filters?: FilterPredicate[]
0 commit comments