interface PseudoVariantFloat {
    dataType: Float | "Float";
    value: number;
}

Properties

Properties

dataType: Float | "Float"
value: number