mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 07:12:26 +00:00
7 lines
99 B
Lua
7 lines
99 B
Lua
---@alias AnyTable table<string, any>
|
|
|
|
---@type AnyTable
|
|
Params = {}
|
|
|
|
---@type AnyTable
|
|
Result = {} |