Skip to content
Snippets Groups Projects
fluidPrice.model.ts 212 B
Newer Older
  • Learn to ignore specific revisions
  • import { FluidType } from 'enums'
    
    
    export interface FluidPrice {
      fluidType: FluidType
      price: number
      startDate: string
      endDate: string