import { ZeniUrl as Url } from '../../zeniUrl'; export type InsightSummary = { details: string[]; icon: Url; summary: string; title?: string; };