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

EndPoint

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

Container for a URL end point of the requested type.

interface EndPoint {
url?: string;
}

§Properties

§
url?: string
[src]

A URL suitable for loading in a web browser for the requested endpoint.