import type { HoursAmInt } from "./hoursAmInt"; import type { HoursPmInt } from "./hoursPmInt"; export type HoursTypeInt = HoursAmInt | HoursPmInt;