Skip to main content
Version: 0.1.2

Type Alias: FieldErrors

Imported from @react-logic/utils

FieldErrors<C> = { [N in ValidatorName<C>]: string | null }

Per-field errors keyed by validator name — string | null per key.

Type Parameters

C

C