Type Alias SinglePromptValue<Type>
SinglePromptValue: Type extends "string" ? string : Type extends "number" ? number : Type extends "boolean" ? boolean : Type extends "channel" ? string : Type extends "role" ? string : Type extends "user" ? string : never