|
@@ -326,6 +326,7 @@ export interface IProcedureItem {
|
|
|
sectorType?: 'apostille' | 'condition' | 'approval';
|
|
sectorType?: 'apostille' | 'condition' | 'approval';
|
|
|
apostilleInfo?: IApostilleInfo;
|
|
apostilleInfo?: IApostilleInfo;
|
|
|
apostilleProcess?: IProcedureItem;
|
|
apostilleProcess?: IProcedureItem;
|
|
|
|
|
+ approvedType?: string;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IApproval {
|
|
export interface IApproval {
|