HierarchyPath
import type { HierarchyPath } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";interface HierarchyPath {
LevelFive?: HierarchyGroupSummary | null;
LevelFour?: HierarchyGroupSummary | null;
LevelOne?: HierarchyGroupSummary | null;
LevelThree?: HierarchyGroupSummary | null;
LevelTwo?: HierarchyGroupSummary | null;
}§Properties
§
LevelFive?: HierarchyGroupSummary | null
[src]§
LevelFour?: HierarchyGroupSummary | null
[src]§
LevelOne?: HierarchyGroupSummary | null
[src]§
LevelThree?: HierarchyGroupSummary | null
[src]§
LevelTwo?: HierarchyGroupSummary | null
[src]