interface FieldDetailsForTestResults {
    fieldName?: string;
    groupsForField?: any[];
}

Properties

fieldName?: string

Group by field name

groupsForField?: any[]

Group by field values