Skip to content
Snippets Groups Projects
monthlyNews.model.ts 98 B
Newer Older
  • Learn to ignore specific revisions
  • Guilhem CARRON's avatar
    Guilhem CARRON committed
    export interface IMonthlyNews {
    
      year: number
      month: number
      header: string
      quote: string
    }