We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03a9e36 + 6cf8f49 commit 66e5a0dCopy full SHA for 66e5a0d
src/ps-web-apis.ts
@@ -42,6 +42,7 @@ export interface WhoamiUserInfo {
42
user_id: string;
43
first_name?: string;
44
last_name?: string;
45
+ email: string;
46
}
47
48
export interface PurchaseData {
0 commit comments