import { DateTime } from 'luxon'
export interface AnalysisAttributes {
sendAnalysisNotification: boolean
haveSeenLastAnalysis: boolean
monthlyAnalysisDate: DateTime
}