diff --git a/src/types/table/types.ts b/src/types/table/types.ts index 92be51e..ce856b0 100644 --- a/src/types/table/types.ts +++ b/src/types/table/types.ts @@ -66,7 +66,7 @@ export type TableFetchOptions = { table: string; alias?: string; columns: string[]; - sort: Sort[] + sort: Record joinSelectCols?: string[]; joins?: Join[]; filters?: Filter[];