This commit is contained in:
Benjamin Toby
2025-01-14 16:50:40 +01:00
parent 9cd2707157
commit 82152082f3
6 changed files with 46 additions and 36 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { PostDataPayload, PostReturn } from "../package-shared/types";
type Param = {
key?: string;
database?: string;
query: PostDataPayload;
query: string | PostDataPayload;
queryValues?: any[];
tableName?: string;
useLocal?: boolean;