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

    Type Alias AccountRateLimitsUpdatedNotification

    Sparse rolling rate-limit update.

    Clients should merge available values into the most recent account/rateLimits/read response or refetch that snapshot. Nullable account metadata may be unavailable in a rolling update and does not clear a previously observed value.

    type AccountRateLimitsUpdatedNotification = {
        rateLimits: RateLimitSnapshot;
    }
    Index

    Properties

    Properties

    rateLimits: RateLimitSnapshot