Skip to content
Snippets Groups Projects
price.model.ts 118 B
Newer Older
  • Learn to ignore specific revisions
  • export interface IPrice {
      fluidType: number
      price: number | string
      startDate: string
      endDate: string | null
    }