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

    Interface PartialDiscordIntegrationResponse

    interface PartialDiscordIntegrationResponse {
        account: AccountResponse;
        application_id: `${bigint}`;
        id: `${bigint}`;
        name: string | null;
        type: DISCORD;
    }
    Index

    Properties

    application_id: `${bigint}`
    id: `${bigint}`
    name: string | null
    type: DISCORD