export default interface PostAttributes { title: string; slug: string; description: string; coverImage: string; }