UNPKG

@trophyso/node

Version:
6 lines (5 loc) 345 B
import type * as TrophyApi from "../index"; /** * A list of eleven points ranges, with the first starting and ending at 0, and the remaining 10 being calculated as 10 equally sized ranges from 1 to the greatest number of points a user has, rounded up to the nearest power of 10. */ export type PointsSummaryResponse = TrophyApi.PointsRange[];