Skip to content

Commit

Permalink
🏷️ add missing List to items
Browse files Browse the repository at this point in the history
  • Loading branch information
oskvr37 committed Aug 1, 2024
1 parent a19e456 commit 568f1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiddl/types/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ class _PlaylistItem(TypedDict):


class PlaylistItems(Items):
items: _PlaylistItem
items: List[_PlaylistItem]

0 comments on commit 568f1fb

Please sign in to comment.