import type * as TrophyApi from "../index";
/**
 * Array of points triggers to create. Maximum 100 triggers per request.
 */
export type CreatePointsTriggersRequest = TrophyApi.CreatePointsTriggerRequestItem[];
