浏览代码

feat(types): 新增IReturnInfo

LuoHaoxuan 3 年之前
父节点
当前提交
d7a176e77b
共有 1 个文件被更改,包括 5 次插入0 次删除
  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;
+}