Info about a block in a dry run
| 174 | |
| 175 | /** Info about a block in a dry run */ |
| 176 | interface DryRunBlockInfo { |
| 177 | id: string |
| 178 | type: string |
| 179 | label: string |
| 180 | notebook: string |
| 181 | } |
| 182 | |
| 183 | /** Dry run result for JSON output */ |
| 184 | interface DryRunResult { |
nothing calls this directly
no outgoing calls
no test coverage detected