interface AbsoluteDate {
    type: "absolute";
    value: string;
}

Properties

Properties

type: "absolute"
value: string