export interface IMonthlyInfo {
  year: number
  month: number
  info: string
  image: string
}