feat(web/context): images in metadata

This commit is contained in:
Luke
2022-06-11 11:49:25 +02:00
parent 186014f95e
commit a7e2dc0067
3 changed files with 30 additions and 24 deletions

View File

@@ -3,6 +3,7 @@ export interface Option {
title?: string;
description?: string;
arrow?: boolean;
image?: string;
metadata?:
| string[]
| { [key: string]: any }