128aed1d2b
* custom drawings and animations for video * wip * Work in progress refactor for toolkit * wip * Refactored everything for Lua Compile Tool * Trying out the github action * updated the github action ref * initial working version --------- Co-authored-by: ex61wi <tim.rorije@ing.com> Co-authored-by: dutchie031 <dutchie031>
20 lines
249 B
Lua
20 lines
249 B
Lua
|
|
|
|
|
|
do -- mission aliases
|
|
|
|
--- @alias LogLevel
|
|
--- | "DEBUG"
|
|
--- | "INFO"
|
|
--- | "WARN"
|
|
--- | "ERROR"
|
|
--- | "NONE"
|
|
|
|
---@class Array<T>: { [integer]: T }
|
|
|
|
end
|
|
|
|
---@class KeyValuePair
|
|
---@field key string
|
|
---@field value any
|