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