uptime-robot-v3
    Preparing search index...

    Interface URFullResponse<T>

    Defines the full response from UptimeRobot.

    interface URFullResponse<T> {
        data: T[];
        nextLink: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    data: T[]

    Array of objects carried by the response.

    nextLink: string

    Cursor value for the next page of results.