ValidationIssue
Summary
Single validation issue reported by table hooks.
Signature
type ValidationIssue = {
message: string;
path?: (string | number)[];
};
Single validation issue reported by table hooks.
type ValidationIssue = {
message: string;
path?: (string | number)[];
};