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

    Type Alias RateLimitResetCredit

    type RateLimitResetCredit = {
        description: string | null;
        expiresAt: number | null;
        grantedAt: number;
        id: string;
        resetType: RateLimitResetType;
        status: RateLimitResetCreditStatus;
        title: string | null;
    }
    Index

    Properties

    description: string | null

    Backend-provided display description for this credit, or null when unavailable.

    expiresAt: number | null

    Unix timestamp in seconds when the credit expires, or null if it does not expire.

    grantedAt: number

    Unix timestamp in seconds when the credit was granted.

    id: string

    Opaque backend identifier for this reset credit.

    title: string | null

    Backend-provided display title for this credit, or null when unavailable.