Skip to content

Type Alias: UKomiFieldError

ts
type UKomiFieldError = string | Record<string, string>;

Per-field error payload from the API. Plain strings for most fields, or a {empty?, min?, max?}-style bucket for length-constrained ones.