import type { Int } from "../int/int"; export type HoursAm = `0${Int}` | `${10 | 11 | 12}`;