Current plugin status including types array (only populated for active plugins)
@type t() :: %ExBifrost.Model.PluginStatus{ logs: [String.t()] | nil, name: String.t() | nil, status: String.t() | nil, types: [String.t()] | nil }