Lager - v5.2.0
    Preparing search index...

    Represents a user with credentials.

    This interface is used for operations that require user identification, such as logging in.

    User

    interface User {
        email: string;
        password: string;
    }
    Index

    Properties

    Properties

    email: string

    The email address of the user.

    password: string

    The password for the user account.