mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-10 00:20:06 +08:00
Minimal fixing for the Message type in one context
This commit is contained in:
@@ -5,6 +5,7 @@ import { FlaggableElement } from "src/components/FlaggableElement";
|
||||
interface Message {
|
||||
text: string;
|
||||
id: string;
|
||||
message_id: string;
|
||||
is_assistant: boolean;
|
||||
}
|
||||
interface MessageTableEntryProps {
|
||||
|
||||
Reference in New Issue
Block a user