validateTable
validateTable(
resource
):Promise
<{errors
:any
;valid
:boolean
; }>
Defined in: table/validate.ts:5
Parameters
Section titled “Parameters”resource
Section titled “resource”Resource
Returns
Section titled “Returns”Promise
<{ errors
: any
; valid
: boolean
; }>