This commit is contained in:
Mo
2022-11-13 09:28:16 -06:00
committed by GitHub
parent e56a960bbf
commit d519aca685
49 changed files with 512 additions and 151 deletions

View File

@@ -0,0 +1,4 @@
export enum AppleIAPProductId {
ProPlanYearly = 'pro_plan_yearly',
PlusPlanYearly = 'plus_plan_yearly',
}