Ver código fonte

feat(types): 新增IReturnInfo

LuoHaoxuan 3 anos atrás
pai
commit
d7a176e77b
1 arquivos alterados com 5 adições e 0 exclusões
  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;
+}