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

ListTemplatesResponse

import type { ListTemplatesResponse } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";
interface ListTemplatesResponse {
nextPageToken?: string;
template?: CustomTemplate[];
}

§Properties

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.

§
template?: CustomTemplate[]
[src]

All GTM Custom Templates of a GTM Container.