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

ListEnvironmentTemplatesOutput

import type { ListEnvironmentTemplatesOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListEnvironmentTemplatesOutput {
nextToken?: string | null;
}

§Properties

§
nextToken?: string | null
[src]

A token that indicates the location of the next environment template in the array of environment templates, after the current requested list of environment templates.

§

An array of environment templates with detail data.