function adjustListingIncome adjustListingIncome(listingId: number,targetIncome: number,): Promise<void> Correct projected listing income to the requested amount. Parameters listingId: number targetIncome: number Return Type Promise<void>