Parcourir la source

feat(types): 新增IReturnInfo

LuoHaoxuan il y a 3 ans
Parent
commit
d7a176e77b
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      types/src/interface/process.ts

+ 5 - 0
types/src/interface/process.ts

@@ -820,3 +820,8 @@ export interface IApostilleParam {
   canCollaborate: boolean;
   canCollaborate: boolean;
   collaborators: IRangeSelectTree[];
   collaborators: IRangeSelectTree[];
 }
 }
+
+export interface IReturnInfo {
+  process: string;
+  rule: string;
+}