diff --git a/resend/emails/_emails.py b/resend/emails/_emails.py index 9524758..d1640de 100644 --- a/resend/emails/_emails.py +++ b/resend/emails/_emails.py @@ -33,6 +33,9 @@ class _UpdateEmailResponse(TypedDict): class _CancelScheduledEmailResponse(TypedDict): object: str + """ + The object type: email + """ id: str """ The ID of the scheduled email that was cancelled.