type alias Cliffy.ITableimport { type Cliffy } from "https://deno.land/x/dmm@v2.1.2/tests/integration/up-to-date-deps/deps.ts"; const { ITable } = Cliffy; Table type. Type ParametersoptionalT extends IRow = IRowdefinition: T[] | Table<T>