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