Update Types and SQL generator function

This commit is contained in:
Benjamin Toby
2024-11-14 06:52:23 +01:00
parent d4e210abdb
commit ee35543885
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -1172,7 +1172,7 @@ export type FetchDataParams = {
};
export type AuthFetchQuery = ServerQueryParam & {
[key: string]: string | number | { [key: string]: any };
[key: string]: any;
};
export type ServerQueryParamsJoin<