export interface GenericAuthorObject { id: string; name: string; username: string; avatar_url?: string; url?: string; }