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

    Interface GuildSubscriptionIntegrationResponse

    interface GuildSubscriptionIntegrationResponse {
        account: AccountResponse;
        enabled: boolean;
        id: `${bigint}`;
        name: string | null;
        type: GUILD_SUBSCRIPTION;
    }
    Index

    Properties

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