Skip to content

Commit 4ea3f8a

Browse files
authoredFeb 3, 2025··
Merge pull request #80 from spring-media/notix-purchasedata-types
notix: fix typing of purchasedata
2 parents c65e772 + bd41260 commit 4ea3f8a

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)
Please sign in to comment.