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 {
galleryTemplateId?: string;
host?: string;
isModified?: boolean;
owner?: string;
repository?: string;
signature?: string;
templateDeveloperId?: string;
version?: string;
}§Properties
§
galleryTemplateId?: string
[src]ID for the gallery template that is generated once during first sync and travels with the template redirects.
§
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.