Skip to content

Commit 027a756

Browse files
committed
fix: add missing 'object' type in Audiences.ListResponse
1 parent c454c44 commit 027a756

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

resend/audiences/_audiences.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,14 @@ class ListResponse(TypedDict):
3737
ListResponse type that wraps a list of audience objects
3838
3939
Attributes:
40+
object (str): The object type, "list"
4041
data (List[Audience]): A list of audience objects
4142
"""
4243

44+
object: str
45+
"""
46+
The object type, "list"
47+
"""
4348
data: List[Audience]
4449
"""
4550
A list of audience objects

0 commit comments

Comments
 (0)