This commit is contained in:
Benjamin Toby
2025-01-15 22:59:16 +01:00
parent a2feec6f5b
commit b18ec506b3
6 changed files with 89 additions and 23 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
import { ServerQueryParam } from "../../../types";
type Param = {
query: string;
query: string | {
query: ServerQueryParam;
table: string;
};
queryValues?: (string | number)[];
dbFullName: string;
tableName?: string;