import type * as TrophyApi from "../index";
/**
 * Array of points trigger patches. Maximum 100 per request.
 */
export type PatchPointsTriggersRequest = TrophyApi.PatchPointsTriggersRequestItem[];
