export type GuildInvitableChannelResolvable = | AnnouncementChannel | ForumChannel | MediaChannel | Snowflake | StageChannel | TextChannel | VoiceChannel;
Data that can be resolved to a channel that an invite can be created on. This can be: - TextChannel - VoiceChannel - AnnouncementChannel - StageChannel - ForumChannel - MediaChannel - Snowflake