<img width="708" height="99" alt="Image" src="https://github.com/user-attachments/assets/e92aa875-2d68-407b-b705-77a1b3d96088" /> ```lua --- @overload fun(func: fun(), ...) --- @overload fun(name: string, func: fun(), ...) local function run(...) end run('name', function() end) ```