User Profile State contains local User information concerning the profile.

interface UserProfileState {
    email: string;
    username: string;
}

Properties

Properties

email: string
username: string