ProcessReference type

Referência a um processo.

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