@@ -70,4 +70,5 @@ export interface IMessageData {
status: string;
process:IProcess;
unRead: boolean;
+ tags: string[];
}