Skip to content

Commit 09a6296

Browse files
committed
Fix the type for TEMPORARY_ENTITLEMENT_GRANT
1 parent e1d66ae commit 09a6296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export interface WebhookSubscriptionExtended extends WebhookBase {
152152
* the store servers, it contains less information than a regular purchase event.
153153
*/
154154
export interface WebhookTemporaryEntitlementGrant {
155+
type: "TEMPORARY_ENTITLEMENT_GRANT"
155156
app_user_id: string
156157
purchased_at_ms: number
157158
expiration_at_ms: number

0 commit comments

Comments
 (0)