UNPKG

supastash

Version:

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

3 lines 258 B
import { PayloadData } from "../../types/query.types"; export declare function receiveData(payload: PayloadData, table: string, shouldFetch?: boolean, upsertCall?: (item: any) => void | Promise<void>): Promise<void>; //# sourceMappingURL=receiveData.d.ts.map