SendAlert
local Bridge = exports.community_bridge:Bridge()
---This will send an alert to currently supported dispatch systems.
---@param data table The data to send to the dispatch system.
---@return nil
Bridge.Dispatch.SendAlert(data)
Last updated