Skip to content
Snippets Groups Projects
monthlyInfo.model.ts 80 B
Newer Older
  • Learn to ignore specific revisions
  • export interface IMonthlyInfo {
      year: number
      month: number
      info: string
    }