Interface DSVRowAny

An object representing a DSV parsed row with values represented as an arbitrary datatype, depending on the performed parsed row mapping.

Deprecated

Use object instead.

interface DSVRowAny {
    [key: string]: any;
}

Indexable

[key: string]: any