Type Alias GetPostsResponse

GetPostsResponse: { next_page?: PaginationCursor; posts: PostView[] }

The post list response.

Type declaration