Represents one allowlisted process inspector relationship without retaining a PID.
@type kind() :: :process | :port | :opaque
@type t() :: %BeamConsole.ProcessRelation{ id: String.t() | nil, kind: kind(), label: String.t() }