mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix: missing and invalid types and parameters
This commit is contained in:
@@ -25,7 +25,7 @@ local input
|
||||
|
||||
---@param heading string
|
||||
---@param rows string[] | InputDialogRowProps[]
|
||||
---@param options InputDialogOptionsProps[]
|
||||
---@param options InputDialogOptionsProps[]?
|
||||
---@return string[] | number[] | boolean[] | nil
|
||||
function lib.inputDialog(heading, rows, options)
|
||||
if input then return end
|
||||
|
||||
Reference in New Issue
Block a user