Interface RawAuditLogIntegration

interface RawAuditLogIntegration {
    account: IntegrationAccount;
    application_id?: string;
    id: string;
    name: string;
    type: "twitch" | "youtube" | "discord" | "guild_subscription";
}

Hierarchy

Properties

application_id?: string
id: string
name: string
type: "twitch" | "youtube" | "discord" | "guild_subscription"