@maschinenlesbar.org/fim-portal-cli
Preparing search index...
PaginatedResult
Interface PaginatedResult<T>
Offset/limit paginated envelope used by the v1 search endpoints.
interface
PaginatedResult
<
T
>
{
count
:
number
;
items
:
T
[]
;
limit
:
number
;
offset
:
number
;
total_count
:
number
;
}
Type Parameters
T
Index
Properties
count
items
limit
offset
total_
count
Properties
count
count
:
number
items
items
:
T
[]
limit
limit
:
number
offset
offset
:
number
total_
count
total_count
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
items
limit
offset
total_
count
@maschinenlesbar.org/fim-portal-cli
Loading...
Offset/limit paginated envelope used by the v1 search endpoints.