export interface IMyDate { year: number; month: number; day: number; } //# sourceMappingURL=my-date.interface.d.ts.map