-
Guilhem CARRON authoredGuilhem CARRON authored
fluidPrice.model.ts 222 B
import { FluidType } from 'enum/fluid.enum'
export interface FluidPrice {
fluidType: FluidType
price: number
startDate: string
endDate: string
UpdatedAt?: string
_id: string
_rev?: string
_type?: string
}