If what you want is to know what changes were made to the spreadsheet...
function sendResultsEmail(e) { const content = e.changeType; console.log(content); }