MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / BumpSelectResult

Interface BumpSelectResult

packages/bumpy/src/prompts/bump-select.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface BumpSelectResult {
19 name: string;
20 type: BumpTypeWithNone;
21}
22
23type Row =
24 | { kind: 'header'; text: string }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…