import { Chat } from './Chat.generated'; export interface MessageOriginChat { type: string; date: number; sender_chat: Chat; author_signature?: string; }