| 55 | } |
| 56 | |
| 57 | export interface InfoCallback extends Info { |
| 58 | /** |
| 59 | * Normalized version of `options.columns` when `options.columns` is true, boolean otherwise. |
| 60 | */ |
| 61 | readonly columns: boolean | { name: string }[] | { disabled: true }[]; |
| 62 | } |
| 63 | |
| 64 | export interface InfoDataSet extends Info { |
| 65 | readonly column: number | string; |
nothing calls this directly
no outgoing calls
no test coverage detected