UNPKG

@trophyso/node

Version:
6 lines (5 loc) 190 B
import type * as TrophyApi from "../index"; /** * A breakdown of users by level in a points system. */ export type PointsLevelSummaryResponse = TrophyApi.PointsLevelSummaryResponseItem[];