This commit is contained in:
2026-02-11 07:42:34 +01:00
parent af2749a922
commit 5847bd34ab
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2490,7 +2490,7 @@ export interface GithubUserPayload {
}
export interface SQLInsertGenReturn {
query: string;
values: string[];
values: (string | number)[];
}
export type SQLInsertGenDataFn = () => {
placeholder: string;