فهرست منبع

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