export interface Contributor { name: string; role: string; bio?: string; profileId?: string; }