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

VideoItem

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

An item containing a video.

interface VideoItem {
caption?: string;
video?: Video;
}

§Properties

§
caption?: string
[src]

The text displayed below the video.

§
video?: Video
[src]

Required. The video displayed in the item.