Newer
Older
import { FluidType } from 'enums'

Hugo SUBTIL
committed
export interface FluidPrice {
fluidType: FluidType
price: number
startDate: string
endDate: string
UpdatedAt?: string

Hugo SUBTIL
committed
_id: string
_rev?: string
_type?: string
}