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

URL

import type { URL } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";

Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.

interface URL {
hyperlinkName?: string | null;
link?: string | null;
}

§Properties

§
hyperlinkName?: string | null
[src]

The name or word that's used as a hyperlink to the URL.