Function: addEarnings()
function addEarnings(existingEarnings, newEarnings): Earnings[];Defined in: shared/src/helper/workHelper/timeEntryHelperFunctions.ts:150
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
existingEarnings | Earnings[] |
newEarnings | Earnings |
Returns
Section titled “Returns”Earnings[]