Skip to content

Commit dad3c87

Browse files
authored
fix: make legal name in accounts optional (#56)
1 parent e956290 commit dad3c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/accounts.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface Account extends AccountBase, Identifiable {
4040
export interface AccountBase {
4141
type: string
4242
name: string
43-
legal_name: string
43+
legal_name?: string
4444
registration_id?: string
4545
parent_id?: string
4646
external_ref?: string

0 commit comments

Comments
 (0)