/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PointsPercentile = { username: string; 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; };