node_test
    Preparing search index...

    Interface UserWithSalt

    interface UserWithSalt {
        _id: ObjectId;
        createdAt: Date;
        deletedAt?: Date;
        email: string;
        hashedPassword: string;
        salt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _id: ObjectId
    createdAt: Date
    deletedAt?: Date
    email: string
    hashedPassword: string
    salt: string