Browse Source

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

LuoHaoxuan 3 years atrás
parent
commit
3d7c0dc288
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/process.ts

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

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