user-service
    Preparing search index...
    interface UserDTO {
        id: string;
        role: string;
        username: string;
    }
    Index

    Properties

    Properties

    id: string
    role: string
    username: string