|
@@ -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 {
|