Type alias TSVDataRow

TSVDataRow: {
    [header: TSVDataHeader]: string;
}

A single row in a TSV file.

Type declaration