core: add googlePurchaseToken type

This commit is contained in:
Ammar Ahmed
2025-09-25 08:40:32 +05:00
committed by Abdullah Atta
parent fb7d8b0893
commit cdca90bd54

View File

@@ -610,6 +610,7 @@ export type User = {
status: SubscriptionStatus;
trialsAvailed?: SubscriptionPlan[];
updateURL: string | null;
googlePurchaseToken: string | null;
};
};