Remove redundant type annotations in LUA files
This commit removes unnecessary type annotations from several LUA scripts, improving code readability. The changes focus on eliminating redundant comments that specify parameter and return types, which are not needed for LUA’s dynamic typing system. These adjustments streamline the code without affecting functionality.
Signed-off-by: Christian Roessner c@roessner.co