export type TInternalMessageStatus = 'NOT_OPENED' | 'OPENEND';
