Updates
This commit is contained in:
@@ -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
|
||||
* ===============================================================================================
|
||||
Reference in New Issue
Block a user