| 394 | } |
| 395 | |
| 396 | export interface CsvInputOptionsNode extends ParseConfig { |
| 397 | frameConfig?: BaseDataOptionType |
| 398 | } |
| 399 | |
| 400 | export type ExcelInputOptionsNode = { |
| 401 | sheet?: number, |
nothing calls this directly
no outgoing calls
no test coverage detected