UNPKG

supastash

Version:

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

3 lines 251 B
import { CrudMethods, SupastashQuery } from "../../../types/query.types"; export declare function queueRemoteCall<T extends CrudMethods, U extends boolean, R>(state: SupastashQuery<T, U, R>): Promise<boolean>; //# sourceMappingURL=queueRemote.d.ts.map