Skip to content

Commit

Permalink
doc: add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
drish committed Aug 13, 2024
1 parent f6f9ff3 commit c059f97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resend/emails/_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c059f97

Please sign in to comment.