interface PseudoVariantDuration {
    dataType: "Duration";
    value: number;
}

Properties

Properties

dataType: "Duration"
value: number