typealias IntegrationType

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

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

Union Members

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