Skip to content

Commit

Permalink
Fix the type for TEMPORARY_ENTITLEMENT_GRANT
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 24, 2024
1 parent e1d66ae commit 09a6296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export interface WebhookSubscriptionExtended extends WebhookBase {
* the store servers, it contains less information than a regular purchase event.
*/
export interface WebhookTemporaryEntitlementGrant {
type: "TEMPORARY_ENTITLEMENT_GRANT"
app_user_id: string
purchased_at_ms: number
expiration_at_ms: number
Expand Down

0 comments on commit 09a6296

Please sign in to comment.