We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65e772 commit bd41260Copy full SHA for bd41260
src/ps-web-apis.ts
@@ -45,7 +45,7 @@ export interface WhoamiUserInfo {
45
}
46
47
export interface PurchaseData {
48
- entitlements: [string];
+ entitlements: string[];
49
50
51
export interface ServicePassportSuccessResponse {
0 commit comments