@maschinenlesbar.org/fim-portal-cli
Preparing search index...
CursorPaginationResult
Interface CursorPaginationResult<T>
Cursor paginated envelope used by the v0 XZuFi entity listings.
interface
CursorPaginationResult
<
T
>
{
count
:
number
;
items
:
T
[]
;
limit
:
number
;
next_cursor
:
number
|
null
;
}
Type Parameters
T
Index
Properties
count
items
limit
next_
cursor
Properties
count
count
:
number
items
items
:
T
[]
limit
limit
:
number
next_
cursor
next_cursor
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
items
limit
next_
cursor
@maschinenlesbar.org/fim-portal-cli
Loading...
Cursor paginated envelope used by the v0 XZuFi entity listings.