import { Category } from "./Category"; export type Item = { timestamp: number; category: Category; title: string; info: string; link: string; };