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

Video

import type { Video } from "https://googleapis.deno.dev/v1/forms:v1.ts";

Data representing a video.

interface Video {
properties?: MediaProperties;
youtubeUri?: string;
}

§Properties

§

Properties of a video.

§
youtubeUri?: string
[src]

Required. A YouTube URI.