Skip to content

Commit

Permalink
Turned into a class
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpetro committed Feb 18, 2024
1 parent 6c71a74 commit 8afbd12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Warning } from '../enums/warning.interface'

// Conforms to AppointmentModel from @devexpress/dx-react-scheduler
export interface IrrigationEventViewmodel {
export class IrrigationEventViewmodel {
startDate?: string
endDate?: string
title: string
Expand Down

0 comments on commit 8afbd12

Please sign in to comment.