Type alias DataRow

DataRow: {
    [key: string]: unknown;
}

Represents a "row" of data (e.g. as read from a CSV), with key-value pairs representing the values in the row, indexed by column name.

Type declaration

  • [key: string]: unknown

Generated using TypeDoc