Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PostUserInfosList

import type { PostUserInfosList } from "https://googleapis.deno.dev/v1/blogger:v3.ts";
interface PostUserInfosList {
items?: PostUserInfo[];
kind?: string;
nextPageToken?: string;
}

§Properties

§

The list of Posts with User information for the post, for this Blog.

§
kind?: string
[src]

The kind of this entity. Always blogger#postList.

§
nextPageToken?: string
[src]

Pagination token to fetch the next page, if one exists.