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

GalleryReference

import type { GalleryReference } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

Represents the link between a custom template and an entry on the Community Template Gallery site.

interface GalleryReference {
host?: string;
isModified?: boolean;
owner?: string;
repository?: string;
signature?: string;
version?: string;
}

§Properties

§
host?: string
[src]

The name of the host for the community gallery template.

§
isModified?: boolean
[src]

If a user has manually edited the community gallery template.

§
owner?: string
[src]

The name of the owner for the community gallery template.

§
repository?: string
[src]

The name of the repository for the community gallery template.

§
signature?: string
[src]

The signature of the community gallery template as computed at import time. This value is recomputed whenever the template is updated from the gallery.

§
version?: string
[src]

The version of the community gallery template.