Skip to content

Commit

Permalink
feat(Verification): only "number" is supported for Identity for now
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Apr 26, 2024
1 parent 1d3b4b6 commit 221d711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sinch/domains/verification/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import TypedDict
from typing import TypedDict, Literal


class VerificationIdentity(TypedDict):
type: str
type: Literal["number"]
endpoint: str

0 comments on commit 221d711

Please sign in to comment.