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

VideoLink

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

Link to a video.

interface VideoLink {
displayText?: string;
youtubeUri?: string;
}

§Properties

§
displayText?: string
[src]

Required. The display text for the link.

§
youtubeUri?: string
[src]

The URI of a YouTube video.