mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 06:01:29 +03:00
fix grammer
This commit is contained in:
@@ -11,7 +11,7 @@ const licenceKey = "";
|
|||||||
const SCHEMA = "ws://";
|
const SCHEMA = "ws://";
|
||||||
|
|
||||||
type MsgboxCallback = (type: string, title: string, text: string) => void;
|
type MsgboxCallback = (type: string, title: string, text: string) => void;
|
||||||
type DrawCallback = (Uint8Array) => void;
|
type DrawCallback = (data: Uint8Array) => void;
|
||||||
|
|
||||||
export default class Connection {
|
export default class Connection {
|
||||||
_msgs: any[];
|
_msgs: any[];
|
||||||
|
|||||||
Reference in New Issue
Block a user