Skip to content

Commit e11db3f

Browse files
committed
IDVA5-2197 Register an ACSP - Allow Previously Closed/ Ceased ACSPs to Access Registration Service -adding back the required types for the change undid only the service.ts
1 parent fd6e430 commit e11db3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/services/transaction/types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,7 @@ export interface TransactionData {
7272
}
7373

7474
export interface Filing {
75-
status?: String;
75+
status?: string;
76+
companyNumber?: string;
77+
type?: string;
7678
}

0 commit comments

Comments
 (0)