Updates
This commit is contained in:
Vendored
+7
-1
@@ -35,8 +35,14 @@ export interface SyncFoldersSyncFnParams {
|
||||
dirs: (string | TurboSyncFileObject)[];
|
||||
options: TurboSyncOptions | undefined;
|
||||
dirPath: string;
|
||||
init?: boolean;
|
||||
firstRun?: boolean;
|
||||
isFiles?: boolean;
|
||||
}
|
||||
export interface HandleEnvVarsFnParams {
|
||||
json: string;
|
||||
}
|
||||
export declare const TurboSyncStatuses: readonly ["syncing", "error", "done"];
|
||||
export type SyncFileConfig = {
|
||||
status?: (typeof TurboSyncStatuses)[number];
|
||||
lastSyncedPath?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user