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