Skip to content

PromptConfigBase

Shared fields across all prompt kinds.

Signatures

ts
interface PromptConfigBase {}

Members

Properties

message

The question displayed to the user.

ts
message: string;

See Also

Released under the MIT License.