@@ -74,4 +74,6 @@ export interface IMessageData {
type: TypeMessageData;
title: string;
isShowProcess: boolean;
+ userName: string;
+ phone: string
}