Type Aliases
Type Alias: BlogPostListResponse
Response from listing blog posts (blog-specific convenience type)
type BlogPostListResponse = ListResponse<BlogPostListItem>;
Response from listing blog posts (blog-specific convenience type)
type BlogPostListResponse = ListResponse<BlogPostListItem>;
Response from listing blog posts (blog-specific convenience type)