Skip to content

DstTransition

The DstTransition type.

import type { DstTransition } from "@northguild/gmt/zoned/get";
Member Type Description
instant string
offsetBefore string
offsetAfter string
interface DstTransition {
instant: string;
offsetBefore: string;
offsetAfter: string;
}

zoned/get/getDstTransitions.ts