Updates
This commit is contained in:
+5
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user