@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias RateLimitResetCreditsSummary

    type RateLimitResetCreditsSummary = {
        availableCount: bigint;
        credits: RateLimitResetCredit[] | null;
    }
    Index

    Properties

    availableCount: bigint
    credits: RateLimitResetCredit[] | null

    Detail rows for available reset credits, when the backend provides them.

    null means only availableCount is known, while an empty array means details were fetched and no available credits were returned. The backend may cap this list, so its length can be less than availableCount.