import { FeedPrice } from './FeedPrice'; export interface FeedPrices { prices: FeedPrice[]; }