Update raw SQL runner
This commit is contained in:
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
import type { APIResponseObject } from "../../types";
|
||||
import type { APIResponseObject, SQLInsertGenValueType } from "../../types";
|
||||
type Params = {
|
||||
sql: string;
|
||||
values?: (string | number)[];
|
||||
values?: SQLInsertGenValueType[];
|
||||
};
|
||||
export default function DbSQL<T extends {
|
||||
[k: string]: any;
|
||||
|
||||
Reference in New Issue
Block a user