import * as fromDatatype from '../../../../../../models/datatype-library'; export interface TaskSummaryResponseDto { total_tasks: fromDatatype.IntegerDatatypeInterface; conversation_count: fromDatatype.IntegerDatatypeInterface; email_count: fromDatatype.IntegerDatatypeInterface; voice_count: fromDatatype.IntegerDatatypeInterface; }