GuildInvitableChannelResolvable

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