@automattic/calypso-products
Version:
This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.
7 lines • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PRODUCT_SENSEI_PRO_MONTHLY = exports.PRODUCT_SENSEI_PRO_YEARLY = void 0;
// Products
exports.PRODUCT_SENSEI_PRO_YEARLY = 'sensei_pro_yearly';
exports.PRODUCT_SENSEI_PRO_MONTHLY = 'sensei_pro_monthly';
//# sourceMappingURL=sensei.js.map