import type { Temporal } from "@js-temporal/polyfill";
export type DateTimeUnit = Temporal.TimeUnit | Temporal.DateUnit;
