import type * as TrophyApi from "../index";
/**
 * Request body for creating points systems.
 */
export type CreatePointsSystemsRequest = TrophyApi.CreatePointsSystemRequestItem[];
