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

Group

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

The object containing information about distinct imports or groups for Strategy Recommendations.

interface Group {
name?: GroupName | null;
value?: string | null;
}

§Properties

§
name?: GroupName | null
[src]

The key of the specific import group.

§
value?: string | null
[src]

The value of the specific import group.