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

    Interface PartialGuildSubscriptionIntegrationResponse

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

    Properties

    Properties

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