mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
refactor(nui): Move context items into separate files
This commit is contained in:
9
web/src/interfaces/index.tsx
Normal file
9
web/src/interfaces/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface Option {
|
||||
description?: string;
|
||||
metadata?: string[] | { [key: string]: any };
|
||||
subMenu?: boolean;
|
||||
}
|
||||
|
||||
export interface Options {
|
||||
[key: string]: Option;
|
||||
}
|
||||
Reference in New Issue
Block a user