interface RelativeDate {
    offset: number;
    type: "relative";
}

Properties

Properties

offset: number
type: "relative"