mirror of
https://git.leinelab.org/Mal/metasocket-cordova.git
synced 2026-03-20 14:22:26 +01:00
Release
This commit is contained in:
4
src/app/socket.send.message.ts
Normal file
4
src/app/socket.send.message.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface SocketSendMessage {
|
||||
type: number;
|
||||
message: string;
|
||||
}
|
||||
Reference in New Issue
Block a user