mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
feat(nui): Context menu Lua callbacks
This commit is contained in:
@@ -2,6 +2,9 @@ export interface Option {
|
||||
menu?: string;
|
||||
description?: string;
|
||||
metadata?: string[] | { [key: string]: any };
|
||||
event?: string;
|
||||
serverEvent?: string;
|
||||
args?: any;
|
||||
}
|
||||
|
||||
export interface Options {
|
||||
|
||||
Reference in New Issue
Block a user