Interface WithCategoriesPostsResult

interface WithCategoriesPostsResult {
    posts: WithCategoriesPost<PostEntry>[];
    blog: PostsBlog;
}

Properties

Properties

The retrieved posts.

blog: PostsBlog

The retrieved blog's feed.