ProcessReference type

Riferimento a un processo.

type ProcessReference = ResourceReference & {
  kind: "ref:process"
  machine?: MachineReference
}