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