Hello,
I’m trying to import the enum PERIOD_UNIT from the package in a Ionic App but it’s always undefined.
import Purchases, { PACKAGE_TYPE, PERIOD_UNIT, Period, PurchasesOfferings } from 'cordova-plugin-purchases/www/plugin';
Yet, no problem with PACKAGE_TYPE or some other.
An idea why ?