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

TemplateInput

import type { TemplateInput } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";

The input parameters of a template.

interface TemplateInput {
dataType?: DataType | null;
inputName?: string | null;
required?: boolean | null;
}

§Properties

§
dataType?: DataType | null
[src]

The data type of the template input.

§
inputName?: string | null
[src]

The name of the template.

§
required?: boolean | null
[src]

Determine if an input is required from the template.