import type * as TrophyApi from "../index";
/**
 * A paginated list of points boosts.
 */
export type ListPointsBoostsResponse = TrophyApi.AdminPointsBoost[];
