Search
Provides struct and type for a Webhook.Config
@type t() :: %GitHub.Webhook.Config{ __info__: map(), content_type: String.t() | nil, insecure_ssl: number() | String.t() | nil, secret: String.t() | nil, url: String.t() | nil }