DstTransition
The DstTransition type.
import type { DstTransition } from "@northguild/gmt/zoned/get";Members
Section titled “Members”| Member | Type | Description |
|---|---|---|
instant |
string |
— |
offsetBefore |
string |
— |
offsetAfter |
string |
— |
Definition
Section titled “Definition”interface DstTransition { instant: string; offsetBefore: string; offsetAfter: string;}