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

HierarchyStructure

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

Contains information about a hierarchy structure.

interface HierarchyStructure {
LevelFive?: HierarchyLevel | null;
LevelFour?: HierarchyLevel | null;
LevelOne?: HierarchyLevel | null;
LevelThree?: HierarchyLevel | null;
LevelTwo?: HierarchyLevel | null;
}

§Properties

§
LevelFive?: HierarchyLevel | null
[src]

Information about level five.

§
LevelFour?: HierarchyLevel | null
[src]

Information about level four.

§
LevelOne?: HierarchyLevel | null
[src]

Information about level one.

§
LevelThree?: HierarchyLevel | null
[src]

Information about level three.

§
LevelTwo?: HierarchyLevel | null
[src]

Information about level two.