import type { ScreenDefinition, NavigationConditionDefinition, } from "@/lib/funnel/types"; export const TEMPLATE_TITLES: Record = { list: "Список", form: "Форма", info: "Инфо", date: "Дата", coupon: "Купон", email: "Email", loaders: "Загрузка", soulmate: "Портрет партнера", trialPayment: "Trial Payment", }; export const OPERATOR_LABELS: Record< Exclude, string > = { includesAny: "любой из", includesAll: "все из", includesExactly: "точное совпадение", equals: "равно", };