forked from Simnation/Main
8 lines
166 B
Lua
8 lines
166 B
Lua
![]() |
---@diagnostic disable: lowercase-global
|
||
|
|
||
|
---@param data NotificationParams Notification data
|
||
|
function notify(data)
|
||
|
exports.ox_lib:notify(data)
|
||
|
end
|
||
|
|
||
|
return notify
|