• Find a user from the database with matching email

    Author

    aayushchugh

    Parameters

    • email: string

      this is email of the user

    Returns QueryWithHelpers<null | Document<any, BeAnObject, User> & User & IObjectWithTypegooseFunction & {
        _id: ObjectId;
    }, Document<any, BeAnObject, User> & User & IObjectWithTypegooseFunction & {
        _id: ObjectId;
    }, BeAnObject, DocumentType<User, BeAnObject>>

Generated using TypeDoc