import type * as TrophyApi from "../index";
/**
 * Request body for updating points systems.
 */
export type UpdatePointsSystemsRequest = TrophyApi.UpdatePointsSystemRequestItem[];
