user-service
    Preparing search index...
    interface UserDoc {
        _id: string;
        createdAt: Date;
        password: string;
        role: UserRole;
        updatedAt: Date;
        username: string;
    }
    Index

    Properties

    _id: string
    createdAt: Date
    password: string
    role: UserRole
    updatedAt: Date
    username: string