Browse Source

fix(types): 接口IProcedureItem相关

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
cfcfacd42d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      types/src/interface/process.ts

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

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