make toggle a separate component so we can display an outcome icon beside it
This commit is contained in:
10
web/types/chat.ts
Normal file
10
web/types/chat.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface MessageType {
|
||||
author: string;
|
||||
body: string;
|
||||
id: string;
|
||||
key: string;
|
||||
name: string;
|
||||
timestamp: string;
|
||||
type: string;
|
||||
visible: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user