This commit is contained in:
Benjamin Toby
2025-01-13 09:00:21 +01:00
parent 6364f6a312
commit e0a030f10d
859 changed files with 5397 additions and 10163 deletions
+6
View File
@@ -0,0 +1,6 @@
export type DSQL_SERVERS = {
server_id?: number;
ip?: string;
ssh_user?: string;
ssh_port?: number;
};
@@ -1,5 +1,3 @@
// @ts-check
/**
* @see https://www.tiny.cloud/docs/api/tinymce/tinymce.editor
* ===============================================================================================