IntegrationType

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