We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 156391e + 69953c4 commit 713904cCopy full SHA for 713904c
src/services/acsp/types.ts
@@ -44,6 +44,7 @@ export interface AcspData {
44
businessName?: string;
45
workSector?: string;
46
amlSupervisoryBodies?: AmlSupervisoryBody[];
47
+ removedAmlSupervisoryBodies?: AmlSupervisoryBody[];
48
companyDetails?: Company;
49
companyAuthCodeProvided?: boolean;
50
howAreYouRegisteredWithAml?: string;
@@ -65,6 +66,7 @@ export interface AcspDataDto {
65
66
business_name?: string;
67
work_sector?: string;
68
aml_supervisory_bodies?: AmlSupervisoryBodyDto[];
69
+ removed_aml_supervisory_bodies?: AmlSupervisoryBodyDto[];
70
company_details?: CompanyDto;
71
company_auth_code_provided?: boolean;
72
how_are_you_registered_with_aml?: string;
0 commit comments