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

    Interface PartialExternalConnectionIntegrationResponse

    interface PartialExternalConnectionIntegrationResponse {
        account: AccountResponse;
        id: `${bigint}`;
        name: string | null;
        type: TWITCH | YOUTUBE;
    }
    Index

    Properties

    Properties

    id: `${bigint}`
    name: string | null
    type: TWITCH | YOUTUBE