Circle V2 API Docs
Preparing search index...
@repo/trpc
server
PaginatedResponse
Type Alias PaginatedResponse<T>
type
PaginatedResponse
<
T
>
=
{
items
:
T
[]
;
nextCursor
:
number
|
null
;
total
:
number
;
}
Type Parameters
T
Index
Properties
items
next
Cursor
total
Properties
items
items
:
T
[]
next
Cursor
nextCursor
:
number
|
null
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
next
Cursor
total
Circle V2 API Docs
Loading...