Skip to content

remix/data-table · Type

View Source

ValidationIssue

Summary

Single validation issue reported by table hooks.

Signature

type ValidationIssue = {
  message: string
  path?: (string | number)[]
}