type alias IRowimport { type IRow } from "https://dotland.deno.dev/x/cliffy@v0.15.0/table/row.ts"; Type ParametersoptionalT extends ICell = ICelldefinition: T[] | Row<T>