import type * as TrophyApi from "../index";
/**
 * A breakdown of users by level in a points system.
 */
export type PointsLevelSummaryResponse = TrophyApi.PointsLevelSummaryResponseItem[];
