export interface IPrice { fluidType: number price: number | string startDate: string endDate: string | null }