Improve data model & fix tests
This commit is contained in:
3
backend/src/Model/Message.ts
Normal file
3
backend/src/Model/Message.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface Message {
|
||||
value?: any | undefined
|
||||
}
|
||||
Reference in New Issue
Block a user