export type TariffCardVariant = 'primary' | 'secondary';
export type TariffType = 'BASIC' | 'PREMIUM' | 'ELITE' | 'DELUXE' | 'FREE';
