month: number()

in lib/common/types/date.type.ts [18:25]


  month: number(),
  day: number(),
});

/**
 * Represents a date combined with the time of day.
 */
export type DateTime = {