Project

General

Profile

1 61381 k.triantaf
export interface IMyMonth {
2
    monthTxt: string;
3
    monthNbr: number;
4
    year: number;
5
}