export interface AuthorDescription { facebook?: any; cover_image?: any; bio?: string; slug: string; url: string; profile_image: string; twitter?: string; website?: string; name: string; }