@lightprotocol/stateless.js - v0.22.1-alpha.1
    Preparing search index...

    Type Alias WithCursor<T>

    type WithCursor<T> = {
        cursor: string | null;
        items: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    cursor: string | null

    context

    items: T

    response value