export interface IMyWeekday { number: number; weekday: string; } //# sourceMappingURL=my-weekday.interface.d.ts.map