export type GuildInvitableChannelResolvable = | TextChannel | VoiceChannel | AnnouncementChannel | StageChannel | ForumChannel | MediaChannel | Snowflake;
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