import { _TelephonySettings, _UnmarshalledTelephonySettings } from "./_TelephonySettings"; /** *
Settings associated with an Amazon Chime user, including inbound and outbound calling and text messaging.
*/ export interface _UserSettings { /** *The telephony settings associated with the user.
*/ Telephony: _TelephonySettings; } export interface _UnmarshalledUserSettings extends _UserSettings { /** *The telephony settings associated with the user.
*/ Telephony: _UnmarshalledTelephonySettings; }