Skip to content

Commit 9ee158f

Browse files
committed
Merge branch 'master' into feature/add-paging-to-company-pscs
2 parents 4d317ce + c6720b5 commit 9ee158f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/acsp/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export interface Company {
2222
export interface AmlSupervisoryBody {
2323
amlSupervisoryBody? : string;
2424
membershipId? : string;
25+
dateOfChange?: string;
2526
}
2627

2728
export interface ApplicantDetails {

0 commit comments

Comments
 (0)