export type UserSkillPointsPercentile = { username: string; total_points: number; /** * Percentile of points for user. If an `org` was provided, this is the percentile of the user relative to users within the org. */ percentile: number; };