Преглед на файлове

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;
+}