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

HelpLink

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

Describes a URL link.

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

§Properties

§
description?: string
[src]

Describes what the link offers.

§
url?: string
[src]

The URL of the link.