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