Interface UserOutputWithRolesDTO

UserOutputWithRolesDTO

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

Properties

createdAt: string

UserOutputWithRolesDTO

discordId?: string

UserOutputWithRolesDTO

email: string

UserOutputWithRolesDTO

id: string

UserOutputWithRolesDTO

idpId: string

UserOutputWithRolesDTO

lastSeen: string

UserOutputWithRolesDTO

name: string

UserOutputWithRolesDTO

playerId?: string

UserOutputWithRolesDTO

UserOutputWithRolesDTO

updatedAt: string

UserOutputWithRolesDTO