@typed-discord/rest
    Preparing search index...

    Interface ExternalConnectionIntegrationResponse

    interface ExternalConnectionIntegrationResponse {
        account: AccountResponse;
        enable_emoticons?: boolean;
        enabled: boolean;
        expire_behavior?: IntegrationExpireBehaviorTypes;
        expire_grace_period?: IntegrationExpireGracePeriodTypes;
        id: string;
        name: string | null;
        revoked?: boolean;
        role_id?: `${bigint}` | null;
        subscriber_count?: number;
        synced_at?: string;
        syncing?: boolean;
        type: TWITCH | YOUTUBE;
        user: UserResponse;
    }
    Index

    Properties

    enable_emoticons?: boolean
    enabled: boolean
    expire_grace_period?: IntegrationExpireGracePeriodTypes
    id: string
    name: string | null
    revoked?: boolean
    role_id?: `${bigint}` | null
    subscriber_count?: number
    synced_at?: string
    syncing?: boolean
    type: TWITCH | YOUTUBE