import type * as TrophyApi from "../index";
/**
 * Response containing a list of points systems.
 */
export type ListPointsSystemsResponse = TrophyApi.AdminPointsSystem[];
