Skip to content

PromptChoiceFragmentV1 ​

A selectable choice of a select or multiselect prompt fragment.

Signatures ​

ts
type PromptChoiceFragmentV1 = unknown;

Members ​

Properties ​

description ​

ts
description?: string;

label ​

ts
label?: string;

value ​

ts
value: string;

See Also ​

Released under the MIT License.