export interface IUserProfile {
    country?: string;
}
