Project

General

Profile

1
export interface IMyMonth {
2
    monthTxt: string;
3
    monthNbr: number;
4
    year: number;
5
}
(13-13/16)