export interface IMessage { id: number; message?: string; my: boolean; avatar: string; user: string; date: string; }