StoreSnapshot

Public TypeAlias

A serialized snapshot of the record store's values.

Signature
type StoreSnapshot<R extends BaseRecord> = Record<string, R>
References

BaseRecord, Record

Edit this page
Last edited on 11 May 2023
StoreSchemaOptionsStoreValidator