export interface IMyMonth { monthTxt: string; monthNbr: number; year: number; } //# sourceMappingURL=my-month.interface.d.ts.map