From f21b3952f72a5d3f438f9e8a5bd90ce044bbad28 Mon Sep 17 00:00:00 2001 From: Aalen <65923772+MrAalen@users.noreply.github.com> Date: Sun, 25 Jan 2026 02:16:00 +0100 Subject: [PATCH] fix(ox_inventory): missing/wrong client prop types Signed-off-by: Aalen <65923772+MrAalen@users.noreply.github.com> --- types/ox_inventory/shared.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/types/ox_inventory/shared.lua b/types/ox_inventory/shared.lua index 2c4f4c3..b783a1c 100644 --- a/types/ox_inventory/shared.lua +++ b/types/ox_inventory/shared.lua @@ -71,14 +71,15 @@ exports.ox_inventory = {} ---@class OxClientProps ---@field status? table ---@field anim? string | { dict?: string, clip: string, flag?: number, blendIn?: number, blendOut?: number, duration?: number, playbackRate?: number, lockX?: boolean, lockY?: boolean, lockZ?: boolean, scenario?: string, playEnter?: boolean } ----@field prop? string | ProgressPropProps +---@field prop? string | ProgressPropProps | ProgressPropProps[] ---@field usetime? number ---@field label? string ---@field useWhileDead? boolean ----@field canCancel? boolean +---@field cancel? boolean ---@field disable? { move?: boolean, car?: boolean, combat?: boolean, mouse?: boolean } ---@field export? string ---@field component? number[] +---@field notification? string ---@field [string] any ---@class OxClientItem : OxItem