mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
WIP preserve local changes before duckie merge
This commit is contained in:
@@ -11,6 +11,11 @@ export interface IChatEntry
|
||||
chatType?: number;
|
||||
imageUrl?: string;
|
||||
color?: string;
|
||||
showTranslation?: boolean;
|
||||
originalMessage?: string;
|
||||
translatedMessage?: string;
|
||||
detectedLanguage?: string;
|
||||
targetLanguage?: string;
|
||||
roomId: number;
|
||||
timestamp: string;
|
||||
type: number;
|
||||
|
||||
Reference in New Issue
Block a user