WIP chat bubble
This commit is contained in:
@ -198,3 +198,8 @@ export type Chat = {
|
||||
message: string
|
||||
createdAt: Date
|
||||
}
|
||||
|
||||
export type ChatMessage = {
|
||||
character: Character
|
||||
message: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user