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