UNPKG

@automattic/calypso-products

Version:

This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.

4 lines 242 B
export const TITAN_MAIL_MONTHLY_SLUG = 'wp_titan_mail_monthly'; export const TITAN_MAIL_YEARLY_SLUG = 'wp_titan_mail_yearly'; export const TITAN_MAIL_SLUGS = [TITAN_MAIL_MONTHLY_SLUG, TITAN_MAIL_YEARLY_SLUG]; //# sourceMappingURL=titan.js.map