소스 검색

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