This commit is contained in:
Benjamin Toby
2025-01-15 22:04:09 +01:00
parent 967cbae93f
commit 342056060b
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -289,6 +289,7 @@ export interface GetReturn {
msg?: string;
error?: string;
schema?: DSQL_TableSchemaType;
finalQuery?: string;
}
export interface GetSchemaRequestQuery {