SingleMachineDependencyMapRequest type

Specifies the computation of a single server dependency map. A single server dependency map includes all direct dependencies of a given machine.

type SingleMachineDependencyMapRequest = MapRequest & {
  kind: "map:single-machine-dependency"
  machineId: string
}