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:
7
src/app/chat.message.ts
Normal file
7
src/app/chat.message.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface ChatMessage
|
||||
{
|
||||
userId: number;
|
||||
username: string;
|
||||
message: string;
|
||||
datetime: string;
|
||||
}
|
||||
Reference in New Issue
Block a user