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

Template

import type { Template } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

Represents a mapping template used to transform a payload.

See also: Mapping Templates

interface Template {
value?: string | null;
}

§Properties

§
value?: string | null
[src]

The Apache Velocity Template Language (VTL) template content used for the template resource.