Hard paywall
This commit is contained in:
@@ -37,11 +37,13 @@ export interface BillingSummary {
|
||||
availableProducts: PurchaseProductId[];
|
||||
}
|
||||
|
||||
export interface RevenueCatEntitlementInfo {
|
||||
productIdentifier?: string;
|
||||
expirationDate?: string | null;
|
||||
expiresDate?: string | null;
|
||||
}
|
||||
export interface RevenueCatEntitlementInfo {
|
||||
productIdentifier?: string;
|
||||
expirationDate?: string | null;
|
||||
expiresDate?: string | null;
|
||||
periodType?: string | null;
|
||||
period_type?: string | null;
|
||||
}
|
||||
|
||||
export interface RevenueCatNonSubscriptionTransaction {
|
||||
productIdentifier?: string;
|
||||
|
||||
Reference in New Issue
Block a user