DataStoreSnapshot<T>: {
    isSynced: boolean;
    items: T[];
}

Type Parameters

Type declaration

  • isSynced: boolean
  • items: T[]