Type Alias PromptWithChoices

PromptWithChoices: PromptBase & {
    choices: PromptChoice[];
    type: "string" | "number" | "channel" | "role" | "user";
}