core: fix db.pricing.sku type

This commit is contained in:
Ammar Ahmed
2025-09-12 14:59:13 +05:00
committed by Abdullah Atta
parent a21111368e
commit cf64fb3743

View File

@@ -60,7 +60,7 @@ export interface Plan {
export class Pricing {
static sku(
platform: "android" | "ios" | "web",
platform: "google" | "apple" | "paddle" | "paddleNoTrial",
period: Period,
plan: SubscriptionPlanId
): Promise<SKUResponse> {