Table of contents

Public interface

Signature
interface StoreSnapshot<R extends UnknownRecord> {}
References

UnknownRecord

Source

packages/store/src/lib/Store.ts


Properties

schema

Public propertysignature

Signature
schema: SerializedSchema
References

SerializedSchema


store

Public propertysignature

Signature
store: SerializedStore<R>
References

SerializedStore


StoreSideEffectsStoreValidator