Skip to content
Snippets Groups Projects
analysis.model.ts 160 B
Newer Older
  • Learn to ignore specific revisions
  • import { DateTime } from 'luxon'
    
    
    export interface AnalysisState {
      period: 'month' | 'year'
    
      analysisMonth: DateTime
    
      haveSeenNewsletterReminder: boolean