Type Alias UserProfile

UserProfile: {
    email?: string;
    nickname?: string;
    sub: string;
    username?: string;
}