This commit is contained in:
Benjamin Toby
2025-06-01 07:06:45 +01:00
parent a68d1c1d3f
commit b28b05956b
6 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import type { RequestOptions } from "https";
import { DSQL_DATASQUIREL_PROCESS_QUEUE } from "@/package-shared/types/dsql";
import { DSQL_DATASQUIREL_PROCESS_QUEUE } from "./dsql";
import { Editor } from "tinymce";
export type DSQL_DatabaseFullName = string;