Type Alias: PersistenceSnapshot
PersistenceSnapshot =
Readonly<{error?:Error;mutations:ReadonlyArray<PersistedMutationStatus>;status:"restoring"|"ready"|"error"|"disposed"; }>
Defined in: fate/src/persistence-types.ts:28
PersistenceSnapshot =
Readonly<{error?:Error;mutations:ReadonlyArray<PersistedMutationStatus>;status:"restoring"|"ready"|"error"|"disposed"; }>
Defined in: fate/src/persistence-types.ts:28