| 9 | selectableGroups?: boolean; |
| 10 | } |
| 11 | export default class GroupMultiSelectPrompt<T extends { value: any }> extends Prompt<T['value'][]> { |
| 12 | options: (T & { group: string | boolean })[]; |
| 13 | cursor = 0; |
| 14 | #selectableGroups: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected