interface PseudoVariantInt16 {
    dataType: Int16 | "Int16";
    value: number;
}

Properties

Properties

dataType: Int16 | "Int16"
value: number