Newer
Older
export interface AnalysisAttributes {
haveSeenLastAnalysis: boolean
monthlyAnalysisDate: DateTime
export interface AnalysisState {
period: 'month' | 'year'
}
export interface AnalysisAttributes {
haveSeenLastAnalysis: boolean
monthlyAnalysisDate: DateTime
export interface AnalysisState {
period: 'month' | 'year'
}