export interface Author { id: string name: string avatar: string role: string }