/** * @public */ export type ExploreTool = { title: string; description?: string; url: string; image: string; tags?: string[]; lifecycle?: string; };