Skip to content
Snippets Groups Projects
report.model.ts 166 B
Newer Older
  • Learn to ignore specific revisions
  • import { DateTime } from 'luxon'
    
    export interface ReportAttributes {
      sendReportNotification: boolean
      haveSeenLastReport: boolean
      monthlyReportDate: DateTime
    }