export interface PriceItem {
  id: number;
  price: number;
}
