export interface IMsgType { data: string image?: string | Blob | ArrayBuffer // TODO dateTime: string user?: string // TODO }