interface SortingFnRe-exportimport { type SortingFn } from "https://deno.land/x/netzo@0.5.14/deps/@tanstack/react-table.ts"; Type ParametersTData extends RowDataCall Signatures(rowA: Row<TData>,rowB: Row<TData>,columnId: string,): number