Jelajahi Sumber

feat(types): 在IProcedureItem添加apostilleProcess可选字段

LuoHaoxuan 3 tahun lalu
induk
melakukan
3d7c0dc288
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      types/src/interface/process.ts

+ 1 - 0
types/src/interface/process.ts

@@ -314,6 +314,7 @@ export interface IProcedureItem {
   configure?: IParticipantConfig[];
   sectorType?: 'apostille' | 'condition' | 'approval';
   apostilleInfo?: IApostilleInfo;
+  apostilleProcess?: IProcedureItem;
 }
 
 export interface IApproval {