Files
GoSally/com/_globals.lua

7 lines
99 B
Lua

---@alias AnyTable table<string, any>
---@type AnyTable
Params = {}
---@type AnyTable
Result = {}