export interface Profile { username: string; licence?: number; poids?: number; image?: string; bg_image?: string; following: boolean; }