| 20 | import { convertDirectoryToDeepnote as convertDirectoryToDeepnoteCore } from '../utils/to-deepnote-conversion' |
| 21 | |
| 22 | export interface ConvertOptions { |
| 23 | output?: string |
| 24 | name?: string |
| 25 | format?: SourceNotebookFormat |
| 26 | open?: boolean |
| 27 | } |
| 28 | |
| 29 | export interface ConvertResult { |
| 30 | success: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected