user-service
    Preparing search index...

    Interface User

    interface User {
        id: UserID;
        password: string;
        role: UserRole;
        username: string;
    }
    Index

    Properties

    id: UserID
    password: string
    role: UserRole
    username: string