Skip to content

Commit 6cf8f49

Browse files
committed
feat SPR-20811: add email field
1 parent 03a9e36 commit 6cf8f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ps-web-apis.ts

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export interface WhoamiUserInfo {
4242
user_id: string;
4343
first_name?: string;
4444
last_name?: string;
45+
email: string;
4546
}
4647

4748
export interface PurchaseData {

0 commit comments

Comments
 (0)