This commit is contained in:
2025-12-11 09:18:22 +01:00
parent f91aff421c
commit c88fb13375
8 changed files with 48 additions and 27 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ type Param<T extends {
};
type Return = {
string: string;
values: string[];
values: (string | number)[];
};
/**
* # SQL Query Generator