We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e956290 commit dad3c87Copy full SHA for dad3c87
src/types/accounts.d.ts
@@ -40,7 +40,7 @@ export interface Account extends AccountBase, Identifiable {
40
export interface AccountBase {
41
type: string
42
name: string
43
- legal_name: string
+ legal_name?: string
44
registration_id?: string
45
parent_id?: string
46
external_ref?: string
0 commit comments