@automattic/calypso-products
Version:
This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.
7 lines • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TITAN_MAIL_SLUGS = exports.TITAN_MAIL_YEARLY_SLUG = exports.TITAN_MAIL_MONTHLY_SLUG = void 0;
exports.TITAN_MAIL_MONTHLY_SLUG = 'wp_titan_mail_monthly';
exports.TITAN_MAIL_YEARLY_SLUG = 'wp_titan_mail_yearly';
exports.TITAN_MAIL_SLUGS = [exports.TITAN_MAIL_MONTHLY_SLUG, exports.TITAN_MAIL_YEARLY_SLUG];
//# sourceMappingURL=titan.js.map