| 9 | import { FileResolutionError, resolvePathToDeepnoteFile } from '../utils/file-resolver' |
| 10 | |
| 11 | export interface DiffOptions { |
| 12 | output?: 'json' |
| 13 | content?: boolean |
| 14 | } |
| 15 | |
| 16 | interface NotebookDiff { |
| 17 | name: string |
nothing calls this directly
no outgoing calls
no test coverage detected