| 16 | } |
| 17 | |
| 18 | export interface BumpSelectResult { |
| 19 | name: string; |
| 20 | type: BumpTypeWithNone; |
| 21 | } |
| 22 | |
| 23 | type Row = |
| 24 | | { kind: 'header'; text: string } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…