UNPKG

@trophyso/node

Version:
7 lines (6 loc) 204 B
import type * as TrophyApi from "../index"; export interface PointsLevelSummaryResponseItem { level: TrophyApi.PointsLevel; /** The number of users currently at this level */ users: number; }