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

BlogUserInfo

import type { BlogUserInfo } from "https://googleapis.deno.dev/v1/blogger:v3.ts";
interface BlogUserInfo {
blog?: Blog;
blog_user_info?: BlogPerUserInfo;
kind?: string;
}

§Properties

§
blog?: Blog
[src]

The Blog resource.

§
blog_user_info?: BlogPerUserInfo
[src]

Information about a User for the Blog.

§
kind?: string
[src]

The kind of this entity. Always blogger#blogUserInfo.