MachineGroupMapRequest type

Specifies the computation of a machine group dependency map. A machine group dependency map includes all direct dependencies the machines in the group.

type MachineGroupMapRequest = MultipleMachinesMapRequest & {
  kind: "map:machine-group-dependency"
  machineGroupId: string
}