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

    Type Alias AppsListResponse

    EXPERIMENTAL - app list response.

    type AppsListResponse = {
        data: AppInfo[];
        nextCursor: string | null;
    }
    Index

    Properties

    Properties

    data: AppInfo[]
    nextCursor: string | null

    Opaque cursor to pass to the next call to continue after the last item. If None, there are no more items to return.