Newer
Older
import { DateTime } from 'luxon'
export interface ReportAttributes {
sendReportNotification: boolean
haveSeenLastReport: boolean
monthlyReportDate: DateTime
}
import { DateTime } from 'luxon'
export interface ReportAttributes {
sendReportNotification: boolean
haveSeenLastReport: boolean
monthlyReportDate: DateTime
}