Skip to content
Snippets Groups Projects
monthlyReport.model.ts 191 B
Newer Older
  • Learn to ignore specific revisions
  • export interface MonthlyReport {
    
      year: number
      month: number
    
      image: string
      info: string
      newsTitle: string
      newsContent: string
      question: string
      link: string
    }