Type Alias PromptWithChannelTypes

PromptWithChannelTypes: PromptBase & {
    channelTypes: ChannelType[];
    type: "channel";
}