Added chat microservice, removed air
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
export interface ChatMessage {
|
||||
author: string
|
||||
messageId: bigint
|
||||
fromUserId: bigint
|
||||
fromUser: string
|
||||
toUserId: bigint
|
||||
toUser: string
|
||||
content: string
|
||||
createdAt: bigint
|
||||
}
|
||||
|
Reference in New Issue
Block a user