StoreSnapshot
Table of contents
Public interface
Signature
interface StoreSnapshot<R extends UnknownRecord> {}
References
Source
packages/store/src/lib/Store.ts
Properties
schema
Public propertysignature
Signature
schema: SerializedSchema
References
store
Public propertysignature
Signature
store: SerializedStore<R>
References