ResolvedUnixInterval
The ResolvedUnixInterval type.
import type { ResolvedUnixInterval } from "@northguild/gmt/unix/interval";Members
Section titled “Members”| Member | Type | Description |
|---|---|---|
startVal |
Temporal.ZonedDateTime |
— |
endVal |
Temporal.ZonedDateTime |
— |
resolvedUnit |
Temporal.DateTimeUnit |
— |
Definition
Section titled “Definition”interface ResolvedUnixInterval { startVal: Temporal.ZonedDateTime; endVal: Temporal.ZonedDateTime; resolvedUnit: Temporal.DateTimeUnit;}