interface FeedGeneratorGetPostsOptions

Options for the FeedGenerator#getPosts method.

Properties

limit?: number

The maximum number of posts to return (1-100, default 100).

cursor?: string

The cursor for pagination.