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