export type PostType = { date?: string |any; description?: string; image?: string; slug: string; title: string; };