export type IntegrationType = 'discord' | 'guild_subscription' | 'twitch' | 'youtube';
The type of an Integration. This can be: - twitch
- youtube
- discord
- guild_subscription
export type IntegrationType = 'discord' | 'guild_subscription' | 'twitch' | 'youtube';
The type of an Integration. This can be: - twitch
- youtube
- discord
- guild_subscription