We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d66ae commit 09a6296Copy full SHA for 09a6296
index.d.ts
@@ -152,6 +152,7 @@ export interface WebhookSubscriptionExtended extends WebhookBase {
152
* the store servers, it contains less information than a regular purchase event.
153
*/
154
export interface WebhookTemporaryEntitlementGrant {
155
+ type: "TEMPORARY_ENTITLEMENT_GRANT"
156
app_user_id: string
157
purchased_at_ms: number
158
expiration_at_ms: number
0 commit comments