/** @deprecated - use VoiceConfiguration */ export interface RentAnyNumberRequestVoiceConfiguration { /** Your app ID for the Voice API. The `appId` can be found in your Sinch Customer Dashboard under Voice, then apps. */ appId: string; }