Dexie Logo
Documentation

PersistedSyncState

export interface PersistedSyncState {
  serverRevision?: any;
  latestRevisions: {
    [tableName: string]: number;
  };
  realms: string[];
  inviteRealms: string[];
  clientIdentity: string;
  initiallySynced?: boolean;
  remoteDbId?: string;
  syncedTables: string[];
  timestamp?: Date;
  error?: string;
}

© 2014-2025 Awarica AB

Made with love for great people.

Read Terms & Conditions and Privacy Policy.