refactor(imports): more type fixes

This commit is contained in:
Linden
2022-09-14 16:12:43 +10:00
parent 3084265bbb
commit 863ac03ca3
2 changed files with 6 additions and 6 deletions

View File

@@ -33,8 +33,8 @@ local function chatSuggestion(name, parameters, help)
}
end
---@param group string
---@param name string
---@param group string | string[]
---@param name string | string[]
---@param callback function
---@param parameters table
function lib.addCommand(group, name, callback, parameters, help)