Takaro - v0.4.9
    Preparing search index...

    Interface UserOutputWithRolesDTO

    UserOutputWithRolesDTO

    interface UserOutputWithRolesDTO {
        createdAt: string;
        discordId?: string;
        email: string;
        id: string;
        idpId: string;
        isDashboardUser: boolean;
        lastSeen: string;
        name: string;
        player: PlayerOutputWithRolesDTO;
        playerId?: string;
        roles: UserAssignmentOutputDTO[];
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string

    UserOutputWithRolesDTO

    discordId?: string

    UserOutputWithRolesDTO

    email: string

    UserOutputWithRolesDTO

    id: string

    UserOutputWithRolesDTO

    idpId: string

    UserOutputWithRolesDTO

    isDashboardUser: boolean

    UserOutputWithRolesDTO

    lastSeen: string

    UserOutputWithRolesDTO

    name: string

    UserOutputWithRolesDTO

    UserOutputWithRolesDTO

    playerId?: string

    UserOutputWithRolesDTO

    UserOutputWithRolesDTO

    updatedAt: string

    UserOutputWithRolesDTO