export type MetadataHighlightProperty = { background_color?: string; color?: string; icon?: string; key: string; match_value: string | string[] | number | boolean; text: string; };