Skip to content

Commit

Permalink
feat(Voice): mode type hints added
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Mar 20, 2024
1 parent 69b2096 commit c344d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinch/domains/voice/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ class Destination(TypedDict):


class ConferenceDTMFOptions(TypedDict):
mode: str
mode: Literal["ignore", "forward", "detect"]
max_digits: int
timeout_mills: int

0 comments on commit c344d7a

Please sign in to comment.