| 72 | } |
| 73 | |
| 74 | export interface BlockInfo { |
| 75 | id: string |
| 76 | label: string |
| 77 | type: string |
| 78 | notebookName: string |
| 79 | sortingKey?: string |
| 80 | } |
| 81 | |
| 82 | export interface AnalysisOptions { |
| 83 | /** Filter to a specific notebook */ |
nothing calls this directly
no outgoing calls
no test coverage detected