UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

10 lines (7 loc) 280 B
import type { Database, Model, TableName } from '../..' import type { SyncLocalChanges, SyncRejectedIds } from '../index' export default function markLocalChangesAsSynced( db: Database, syncedLocalChanges: SyncLocalChanges, rejectedIds?: SyncRejectedIds, ): Promise<void>