typealias Invite

export type Invite<WithCounts extends boolean = boolean> = GroupDMInvite<WithCounts> | GuildInvite<WithCounts>;

Any invite.

Type Parameters

optional
WithCounts? extends boolean = boolean