Open
local Bridge = exports.community_bridge:Bridge()
---Opens a menu based on the configuration (ox or qb).
---@param data table The menu data.
---@param useQb boolean for if this is in the qb-menu format or not.
---@return id string The menu ID.
Bridge.Menu.Open(data, useQb)
Last updated