Explorar el Código

feat(types): 导出TypeMessageData

LuoHaoxuan hace 3 años
padre
commit
33f3164978
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/src/interface/message.ts

+ 1 - 1
types/src/interface/message.ts

@@ -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;