typealias IntegrationType

export type IntegrationType = 'twitch' | 'youtube' | 'discord' | 'guild_subscription';

The type of an Integration. This can be:* twitch* youtube* discord* guild_subscription

Union Members

'twitch' 'youtube' 'discord' 'guild_subscription'