Skip to content

Commit 04a84f8

Browse files
Add proeprties to the user (#16)
1 parent 4363d55 commit 04a84f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export type User = {
2323
lastActiveAt: number,
2424

2525
legacyUserId?: string
26+
properties?: { [key: string]: unknown }
2627
}
2728

2829
export type AuthenticationInfo = {

0 commit comments

Comments
 (0)