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