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

Link

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

Describes a URL link.

interface Link {
description?: string;
url?: string;
}

§Properties

§
description?: string
[src]

Describes what the link offers.

§
url?: string
[src]

The URL of the link.