Skip to content

Commit bcffd07

Browse files
committed
LP-798 Place new field in correct order
1 parent 3c08816 commit bcffd07

File tree

1 file changed

+1
-1
lines changed
  • src/services/limited-partnerships

1 file changed

+1
-1
lines changed

src/services/limited-partnerships/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ type Partner = {
4040
legal_entity_register_name?: string;
4141
legal_entity_registration_location?: string;
4242
legal_form?: string;
43+
legal_personality_statement_checked?: boolean;
4344
nationality1?: string;
4445
nationality2?: string;
4546
principal_office_address?: Address;
4647
registered_company_number?: string;
4748
resignation_date?: string;
4849
surname?: string;
4950
usual_residential_address?: Address;
50-
legal_personality_statement_checked?: boolean;
5151
}
5252

5353
export interface LimitedPartner {

0 commit comments

Comments
 (0)