export interface SipUriDynamicVariableTransferDestination {
    sipUri: string;
}
