StoreSnapshot

Public TypeAlias

A serialized snapshot of the record store's values.

Signature
type StoreSnapshot<R extends UnknownRecord> = Record<IdOf<R>, R>
References

UnknownRecord, Record, IdOf

Edit this page
Last edited on 1 June 2023
StoreSchemaOptionsStoreValidator