/** * Trip meal_plan field: canonical slugs and translated labels (admin + consistency with PHP). */ import { __ } from "./i18n"; export type MealPlanSlug = | "" | "breakfast" | "half_board" | "full_board" | "all_inclusive" | "none"; /** Options for