Props for the UserSection component

UserSectionProps

interface UserSectionProps {
    dataTestId?: string;
    score?: number;
    user: User;
}

Properties

dataTestId?: string

Optional data-testid for testing

score?: number

User's percentile score (optional)

user: User

GitHub user data containing profile and statistics information