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

TemplateStepGroupSummary

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

The summary of the step group in the template.

interface TemplateStepGroupSummary {
id?: string | null;
name?: string | null;
next?: string[] | null;
previous?: string[] | null;
}

§Properties

§
id?: string | null
[src]

The ID of the step group.

§
name?: string | null
[src]

The name of the step group.