import { ParamsDTO } from './common' export interface VoiceMessageDTO { from: string, to: string, params: ParamsDTO, templateId: string, templateName: string }