Type Alias UserProfileBeta

UserProfile: {
    email: string;
    firstName: string;
    lastName: string;
    username: string;
}

Type representing a user profile.

Type declaration

  • Betaemail: string

    The email address of the user.

  • BetafirstName: string

    The first name of the user.

  • BetalastName: string

    The last name of the user.

  • Betausername: string

    The username of the user.