1 2 3 4 5 6 7 8 9
---@meta ---@alias MyCustomType integer ---Calculate a value using [my custom type](lua://MyCustomType) --- --- This calcumalates stuff ---@param x MyCustomType function calculate(x) end