Newer
Older
export interface MonthlyReport {
year: number
month: number
subject: string
image: string
info: string
newsTitle: string
newsContent: string
question: string
link: string
}
export interface MonthlyReport {
year: number
month: number
subject: string
image: string
info: string
newsTitle: string
newsContent: string
question: string
link: string
}