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