interface PseudoVariantInt32 {
    dataType: Int32 | "Int32";
    value: number;
}

Properties

Properties

dataType: Int32 | "Int32"
value: number