CsvRow

typealias CsvRow = List<String>

Represents a single row in a CSV file as a list of string values.