export interface IProfileData { username: string; email: string; avatar: string; country: string | null; city: string; birthday: number; gender: string | null; created: number; }