MCPcopy Create free account
hub / github.com/bombshell-dev/clack / OptionLike

Interface OptionLike

packages/core/src/prompts/multi-select.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import Prompt, { type PromptOptions } from './prompt.js';
3
4interface OptionLike {
5 value: any;
6 disabled?: boolean;
7}
8
9export interface MultiSelectOptions<T extends OptionLike>
10 extends PromptOptions<T['value'][], MultiSelectPrompt<T>> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected