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/docs:v1.ts";

A reference to another portion of a document or an external URL resource.

interface Link {
bookmarkId?: string;
headingId?: string;
url?: string;
}

§Properties

§
bookmarkId?: string
[src]

The ID of a bookmark in this document.

§
headingId?: string
[src]

The ID of a heading in this document.

§
url?: string
[src]

An external URL.