type Tariff = { id?: string; uid?: string; profile?: string; title: string; color: string; price: { [x: string]: number | string; }; }; export { Tariff };