export interface PlayDtmfResultErrorModel {
    status?: "error";
    error: string;
    details?: string;
}
