Interface JetStreamApiStats

interface JetStreamApiStats {
    errors: number;
    total: number;
}

Properties

Properties

errors: number

"API requests that resulted in an error response"

total: number

Total number of API requests received for this account