import * as fromDatatype from '../../../../../models/datatype-library'; export interface WFDashboardReportResponseDto { project_guid: fromDatatype.GuidDataFieldInterface; issue_count: fromDatatype.IntegerDatatypeInterface; project_code: fromDatatype.VarcharDatatypeInterface; project_name: fromDatatype.VarcharDatatypeInterface; }