@@ -63,7 +63,7 @@ interface IProcess {
approvalChangePrice: number;
approvaledPrice: number;
}
-type TypeMessageData = 'approval' | 'system';
+export type TypeMessageData = 'approval' | 'system';
export interface IMessageContent {
stepName: string;