StoreValidators

Public TypeAlias

Signature
type StoreValidators<R extends BaseRecord> = {
  [K in R['typeName']]: StoreValidator<
    Extract<
      R,
      {
        typeName: K
      }
    >
  >
}
References

BaseRecord, StoreValidator, Extract

Edit this page
Last edited on 11 May 2023
StoreValidator