Skip to content

Commit

Permalink
fix: make legal name in accounts optional (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellanan authored Feb 12, 2025
1 parent e956290 commit dad3c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/accounts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface Account extends AccountBase, Identifiable {
export interface AccountBase {
type: string
name: string
legal_name: string
legal_name?: string
registration_id?: string
parent_id?: string
external_ref?: string
Expand Down

0 comments on commit dad3c87

Please sign in to comment.