export interface Post { title: string; slug: string; description: string; content: string; date: Date; readTime: number; image: string; }