AdaptableFormErrors

Map of validation errors produced by , keyed by field name. A field is valid when its key is not present.

TypeScript
export type AdaptableFormErrors = Record<string, string>;