HookSniffAPI.Model.EmbedConfig (hooksniff v1.0.0)
Configuration for embedded webhook dashboard
Summary
Types
@type t() :: %HookSniffAPI.Model.EmbedConfig{ allowed_origins: [String.t()], features: [String.t()] | nil, theme: HookSniffAPI.Model.EmbedConfigTheme.t() | nil }