Browse Source

feat(types): 新增IReturnInfo

LuoHaoxuan 3 years atrás
parent
commit
d7a176e77b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      types/src/interface/process.ts

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

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