feat(nui): Context menu Lua callbacks

This commit is contained in:
Luke
2022-04-01 21:22:14 +02:00
parent 8156a123f7
commit d6b21a0481
4 changed files with 79 additions and 5 deletions

View File

@@ -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 {