@juki-team/commons - v0.1.10
    Preparing search index...

    Interface UserSystemSummaryListResponseDTO

    interface UserSystemSummaryListResponseDTO {
        canResetPassword: boolean;
        city: string;
        company: EntityCompanySystemSummaryListResponseDTO;
        contestRole: ContestRole;
        country: string;
        courseRole: CourseRole;
        creationTimestamp: number;
        email: string;
        familyName: string;
        fileRole: FileRole;
        givenName: string;
        id: string;
        imageUrl: string;
        institution: string;
        nickname: string;
        owner: EntityOwnerSystemSummaryListResponseDTO;
        problemRole: ProblemRole;
        status: UserStatus;
        systemRole: SystemRole;
        teamRole: TeamRole;
        updateTimestamp: number;
        userRole: UserRole;
    }

    Hierarchy (View Summary)

    Index

    Properties

    canResetPassword: boolean
    city: string
    contestRole: ContestRole
    country: string
    courseRole: CourseRole
    creationTimestamp: number
    email: string
    familyName: string
    fileRole: FileRole
    givenName: string
    id: string
    imageUrl: string
    institution: string
    nickname: string
    problemRole: ProblemRole
    status: UserStatus
    systemRole: SystemRole
    teamRole: TeamRole
    updateTimestamp: number
    userRole: UserRole