unified-llm-client
Preparing search index...
SessionPage
Interface SessionPage<TItem>
Cursor page wrapper returned by collection endpoints.
interface
SessionPage
<
TItem
>
{
items
:
TItem
[]
;
nextCursor
?:
string
;
}
Type Parameters
TItem
Index
Properties
items
next
Cursor?
Properties
items
items
:
TItem
[]
Optional
next
Cursor
nextCursor
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
next
Cursor
unified-llm-client
Loading...
Cursor page wrapper returned by collection endpoints.