StoreValidator

Public TypeAlias

Signature
type StoreValidator<R extends UnknownRecord> = {
  validate: (record: unknown) => R
}
References

UnknownRecord

Edit this page
Last edited on 25 May 2023
StoreSnapshotStoreValidators