Type Alias UserProfile

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