export default interface UserProfile { id: string; username: string; display_name: string; avatar_url: string; roles: string[]; }