@@ -73,4 +73,5 @@ export interface IMessageData {
unRead: boolean;
type: TypeMessageData;
title: string;
+ isShowProcess: boolean;
}