Skip to content

ResolvedUnixInterval

The ResolvedUnixInterval type.

import type { ResolvedUnixInterval } from "@northguild/gmt/unix/interval";
Member Type Description
startVal Temporal.ZonedDateTime
endVal Temporal.ZonedDateTime
resolvedUnit Temporal.DateTimeUnit
interface ResolvedUnixInterval {
startVal: Temporal.ZonedDateTime;
endVal: Temporal.ZonedDateTime;
resolvedUnit: Temporal.DateTimeUnit;
}

unix/interval/resolveUnixIntervalPair.ts