import * as fromDatatype from '../../../../../../models/datatype-library'; export interface TaskAssignmentRecentHistoryDto { previous_worker_guid: fromDatatype.GuidDataFieldInterface; previous_worker_type: fromDatatype.VarcharDatatypeInterface; new_worker_guid: fromDatatype.GuidDataFieldInterface; new_worker_type: fromDatatype.VarcharDatatypeInterface; task_queue_guid: fromDatatype.GuidDataFieldInterface; task_status_type?: fromDatatype.VarcharDatatypeInterface; }