Change typings & refactor FlaggableElement

This commit is contained in:
klotske
2023-01-12 16:10:05 +03:00
parent d8328807f4
commit 82a60ef904
7 changed files with 40 additions and 28 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
export interface Message {
text: string;
is_assistant: boolean;
message_id: string;
id: string;
frontend_message_id?: string;
}
export interface Conversation {