in lib/common/types/date.type.ts [17:25]
year: number(), month: number(), day: number(), }); /** * Represents a date combined with the time of day. */ export type DateTime = {