@aleph-sdk/monorepo
Preparing search index...
message/src
CursorPostsResponse
Type Alias CursorPostsResponse<T>
type
CursorPostsResponse
<
T
>
=
{
next_cursor
:
string
|
null
;
pagination_per_page
:
number
;
posts
:
PostResponse
<
T
>
[]
;
}
Type Parameters
T
Index
Properties
next_
cursor
pagination_
per_
page
posts
Properties
next_
cursor
next_cursor
:
string
|
null
pagination_
per_
page
pagination_per_page
:
number
posts
posts
:
PostResponse
<
T
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
next_
cursor
pagination_
per_
page
posts
@aleph-sdk/monorepo
Loading...