mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
core: fix db.pricing.sku type
This commit is contained in:
committed by
Abdullah Atta
parent
a21111368e
commit
cf64fb3743
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user