import type * as TrophyApi from "../index";
/**
 * A paginated list of points levels.
 */
export type ListPointsLevelsResponse = TrophyApi.AdminPointsLevel[];
