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