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

PostUserInfosGetOptions

import type { PostUserInfosGetOptions } from "https://googleapis.deno.dev/v1/blogger:v3.ts";

Additional options for Blogger#postUserInfosGet.

interface PostUserInfosGetOptions {
maxComments?: number;
}

§Properties

§
maxComments?: number
[src]