sinch.domains.sms.models.v1.types.auto_update_dict module
- class sinch.domains.sms.models.v1.types.auto_update_dict.AddKeywordDict[source]
Bases:
TypedDict- first_word: str
- second_word: NotRequired[str]
- class sinch.domains.sms.models.v1.types.auto_update_dict.RemoveKeywordDict[source]
Bases:
TypedDict- first_word: str
- second_word: NotRequired[str]
- class sinch.domains.sms.models.v1.types.auto_update_dict.AutoUpdateDict[source]
Bases:
TypedDict- to: str
- add: NotRequired[AddKeywordDict]
- remove: NotRequired[RemoveKeywordDict]