Interface DataTypeError

interface DataTypeError {
    dataType: DataType;
    value: any;
}

Properties

Properties

dataType: DataType
value: any