interface year {
    setCount: number;
    theme: string;
    year: string;
}

Properties

Properties

setCount: number
theme: string
year: string