import { Host, Region } from "./common"; export interface ICallsAppSettings { appId: string; region: Region; host?: Host; }