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

PostUserInfo

import type { PostUserInfo } from "https://googleapis.deno.dev/v1/blogger:v3.ts";
interface PostUserInfo {
kind?: string;
post?: Post;
post_user_info?: PostPerUserInfo;
}

§Properties

§
kind?: string
[src]

The kind of this entity. Always blogger#postUserInfo.

§
post?: Post
[src]

The Post resource.

§
post_user_info?: PostPerUserInfo
[src]

Information about a User for the Post.