supastash
Version:
Offline-first sync engine for Supabase in React Native using SQLite
11 lines • 449 B
TypeScript
/**
* Gets the last deleted timestamp for a given table
* @deprecated Use getSupastashSyncStatus instead
*/
export declare function getLastDeletedInfo(table: string): Promise<string>;
/**
* Updates the last deleted timestamp for a given table
* @deprecated Use setSupastashSyncStatus instead
*/
export declare function updateLastDeletedInfo(table: string, lastDeletedAt: string): Promise<void>;
//# sourceMappingURL=getLastDeletedInfo.d.ts.map