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

AmpUrl

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

AMP URL response for a requested URL.

interface AmpUrl {
ampUrl?: string;
cdnAmpUrl?: string;
originalUrl?: string;
}

§Properties

§
ampUrl?: string
[src]

The AMP URL pointing to the publisher's web server.

§
cdnAmpUrl?: string
[src]

The AMP Cache URL pointing to the cached document in the Google AMP Cache.

§
originalUrl?: string
[src]

The original non-AMP URL.