mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 19:52:25 +00:00
10 lines
126 B
Lua
10 lines
126 B
Lua
---@alias AnyTable table<string, any>
|
|
|
|
---@type AnyTable
|
|
Params = {}
|
|
|
|
---@type AnyTable
|
|
Result = {}
|
|
|
|
---@type AnyTable
|
|
Me = {} |