Public typealias

Signature
type StoreError = {
  error: Error
  phase: 'createRecord' | 'initialize' | 'tests' | 'updateRecord'
  recordBefore?: unknown
  recordAfter: unknown
  isExistingValidationIssue: boolean
}
Source

packages/store/src/lib/Store.ts

StoreStoreListener