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