We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2d23b commit 9180c8cCopy full SHA for 9180c8c
1 file changed
resend/webhooks/_webhook.py
@@ -2,6 +2,8 @@
2
3
from typing_extensions import TypedDict
4
5
+from resend.webhooks._webhooks import WebhookStatus
6
+
7
8
class Webhook(TypedDict):
9
"""
@@ -29,7 +31,7 @@ class Webhook(TypedDict):
29
31
30
32
When the webhook was created (ISO 8601 format)
33
- status: str
34
+ status: WebhookStatus
35
36
The webhook status, either "enabled" or "disabled"
37
0 commit comments