(document.querySelector("#ticketTypeAdd--licenceFee") as HTMLInputElement).value =
        (Number.parseFloat((document.querySelector("#ticketTypeAdd--feePerUnit") as HTMLInputElement).value) * unitCount)
          .toFixed(2);