| 27 | } |
| 28 | |
| 29 | export interface ReadBumpFilesResult { |
| 30 | bumpFiles: BumpFile[]; |
| 31 | errors: string[]; |
| 32 | } |
| 33 | |
| 34 | export interface ReadBumpFilesOptions { |
| 35 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…