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

schema_comments_setModerationStatus

import type { schema_comments_setModerationStatus } from "https://raw.githubusercontent.com/akshgpt7/youtube-api-deno/master/src/mod.ts";
interface schema_comments_setModerationStatus extends param {
banAuthor?: boolean;
id: string;
moderationStatus: "heldForReview" | "published" | "rejected";
}

§Extends

§Properties

§
banAuthor?: boolean
[src]
§
id: string
[src]
§
moderationStatus: "heldForReview" | "published" | "rejected"
[src]