Skip to content

Commit ba0f4de

Browse files
authored
Merge pull request #130 from pluggyai/feat/add-additionalInfo-field
feat: add additionalInfo field
2 parents d639847 + 467692e commit ba0f4de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/identity.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export type Address = {
6565
state: string | null
6666
country: string | null
6767
type: 'Personal' | 'Work' | null
68+
additionalInfo: string | null
6869
}
6970

7071
export type FinancialRelationships = {

0 commit comments

Comments
 (0)