UNPKG

supastash

Version:

Offline-first sync engine for Supabase in React Native using SQLite

7 lines 282 B
/** * Updates synced_at from null to a timeStamp * @param tableName - The name of the table to update * @param id - The id of the row to update */ export declare function updateLocalSyncedAt(tableName: string, id: string): Promise<void>; //# sourceMappingURL=syncUpdate.d.ts.map