| 62 | } |
| 63 | |
| 64 | export interface InfoDataSet extends Info { |
| 65 | readonly column: number | string; |
| 66 | } |
| 67 | |
| 68 | export interface InfoRecord extends InfoDataSet { |
| 69 | readonly error: CsvError; |
nothing calls this directly
no outgoing calls
no test coverage detected