We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914ac36 commit ff20ae8Copy full SHA for ff20ae8
lib/lemon_ex/webhooks/event.ex
@@ -3,6 +3,8 @@ defmodule LemonEx.Webhooks.Event do
3
An event received by the Webhook.
4
"""
5
6
+ @type t :: %__MODULE__{}
7
+
8
require Logger
9
10
alias LemonEx.LicenseKeys.LicenseKey
0 commit comments