Skip to content

Commit bd41260

Browse files
committed
notix: fix typing of purchasedata
1 parent c65e772 commit bd41260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ps-web-apis.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface WhoamiUserInfo {
4545
}
4646

4747
export interface PurchaseData {
48-
entitlements: [string];
48+
entitlements: string[];
4949
}
5050

5151
export interface ServicePassportSuccessResponse {

0 commit comments

Comments
 (0)