Minimal fixing for the Message type in one context

This commit is contained in:
Keith Stevens
2023-01-11 16:40:28 +09:00
parent 454f332823
commit aba5b43a37
@@ -5,6 +5,7 @@ import { FlaggableElement } from "src/components/FlaggableElement";
interface Message {
text: string;
id: string;
message_id: string;
is_assistant: boolean;
}
interface MessageTableEntryProps {