Kind: Interface
Source: atloria-monorepo/apps/web/src/hooks/useOfflineSync.ts
Options for the useOfflineSync hook
Properties
| Property | Type |
|---|---|
documentId | string |
userId | string |
onSync | (updates: PendingUpdate[]) => Promise<void> |
maxAge | number |
autoSync | boolean |
Was this page helpful?