Identity type aliases
StoreOrStoreId
The StoreOrStoreId
type is used when you need to refer to a Store
in a React hook or component. Read more.
CheckpointsOrCheckpointsId
The CheckpointsOrCheckpointsId
type is used when you need to refer to a Checkpoints
object in a React hook or component. Read more.
GetId
The GetId
type describes a function which, when passed a parameter, will return an Id
. Read more.
IndexesOrIndexesId
The IndexesOrIndexesId
type is used when you need to refer to an Indexes
object in a React hook or component. Read more.
MetricsOrMetricsId
The MetricsOrMetricsId
type is used when you need to refer to a Metrics
object in a React hook or component. Read more.
PersisterOrPersisterId
The PersisterOrPersisterId
type is used when you need to refer to a Persister
object in a React hook or component. Read more.
QueriesOrQueriesId
The QueriesOrQueriesId
type is used when you need to refer to a Queries
object in a React hook or component. Read more.
RelationshipsOrRelationshipsId
The RelationshipsOrRelationshipsId
type is used when you need to refer to a Relationships
object in a React hook or component. Read more.
SynchronizerOrSynchronizerId
The SynchronizerOrSynchronizerId
type is used when you need to refer to a Synchronizer
object in a React hook or component. Read more.