File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/services/limited-partnerships Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ type Partner = {
4747 resignation_date ?: string ;
4848 surname ?: string ;
4949 usual_residential_address ?: Address ;
50+ legal_personality_statement_checked ?: boolean ;
5051}
5152
5253export interface LimitedPartner {
5354 id ?: string ;
5455 data ?: Partner & {
55- legal_personality_statement_checked ?: boolean ;
5656 contribution_currency_type ?: string ,
5757 contribution_currency_value ?: string ,
5858 contribution_non_monetary_value ?: string
@@ -63,7 +63,6 @@ export interface GeneralPartner {
6363 id ?: string ;
6464 data ?: Partner & {
6565 not_disqualified_statement_checked ?: boolean ;
66- legal_personality_statement_checked ?: boolean ;
6766 service_address ?: Address ;
6867 } ;
6968}
You can’t perform that action at this time.
0 commit comments