umami-api-js
    Preparing search index...

    Interface GenericUser

    interface GenericUser {
        id: string;
        role: Role;
        username: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    role: Role
    username: string