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;
|
||||
};
|
||||
|
||||
Vendored
+2
@@ -1,2 +1,4 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.TurboSyncStatuses = void 0;
|
||||
exports.TurboSyncStatuses = ["syncing", "error", "done"];
|
||||
|
||||
Reference in New Issue
Block a user