// Constants that are used outside of the client. export { MDN_PLUS_TITLE, VALID_LOCALES } from "../../libs/constants"; // Constants that are NOT used outside of the client. export enum FeatureId { PLUS_UPDATES_V2 = "plus_updates_v2", PLUS_NEWSLETTER = "plus_newsletter", PLUS_AI_HELP = "plus_ai_help", }