Updates
This commit is contained in:
Vendored
+1
-1
@@ -2490,7 +2490,7 @@ export interface GithubUserPayload {
|
||||
}
|
||||
export interface SQLInsertGenReturn {
|
||||
query: string;
|
||||
values: string[];
|
||||
values: (string | number)[];
|
||||
}
|
||||
export type SQLInsertGenDataFn = () => {
|
||||
placeholder: string;
|
||||
|
||||
Reference in New Issue
Block a user