supastash
Version:
Offline-first sync engine for Supabase in React Native using SQLite
5 lines • 356 B
TypeScript
export type { SupastashQueryResult, SupastashResult } from "./query.types";
export type { SupastashDataHook, SupastashDataResult, } from "./realtimeData.types";
export type { SupastashConfig, SupastashSQLiteClientTypes, } from "./supastashConfig.types";
export type { SyncResult, TableSchema } from "./syncEngine.types";
//# sourceMappingURL=index.d.ts.map