mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
feat(web/context): images in metadata
This commit is contained in:
@@ -3,6 +3,7 @@ export interface Option {
|
||||
title?: string;
|
||||
description?: string;
|
||||
arrow?: boolean;
|
||||
image?: string;
|
||||
metadata?:
|
||||
| string[]
|
||||
| { [key: string]: any }
|
||||
|
||||
Reference in New Issue
Block a user