@trophyso/node
Version:
NodeJS SDK for the Trophy API
9 lines (8 loc) • 415 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as TrophyApi from "..";
/**
* 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 declare type PointsSummaryResponse = TrophyApi.PointsRange[];