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

    Interface DiscordIntegrationResponse

    interface DiscordIntegrationResponse {
        account: AccountResponse;
        application: IntegrationApplicationResponse;
        enabled: boolean;
        id: `${bigint}`;
        name: string | null;
        scopes: (BOT | WEBHOOK_INCOMING | APPLICATIONS_COMMANDS)[];
        type: DISCORD;
        user?: UserResponse;
    }
    Index

    Properties

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