umami-api-js
    Preparing search index...

    Interface UserWithTeams

    interface UserWithTeams {
        createdAt: Date;
        id: string;
        isAdmin: boolean;
        role: Role;
        teams: MinimalTeam[];
        username: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: Date
    id: string
    isAdmin: boolean
    role: Role
    teams: MinimalTeam[]
    username: string