Describes an in-flight batch sync task.
export interface BatchSyncExecution { taskId: string; promise: Promise<PreparedSyncOperation[]>;} Copy
export interface BatchSyncExecution { taskId: string; promise: Promise<PreparedSyncOperation[]>;}
Describes an in-flight batch sync task.
Source