Plugin configuration
Summary
Types
@type t() :: %ExBifrost.Model.Plugin{ actualName: String.t() | nil, config: %{optional(String.t()) => any()} | nil, config_hash: String.t() | nil, created_at: DateTime.t() | nil, enabled: boolean() | nil, id: integer() | nil, isCustom: boolean() | nil, name: String.t() | nil, path: String.t() | nil, status: ExBifrost.Model.PluginStatus.t() | nil, updated_at: DateTime.t() | nil, version: integer() | nil }