import type * as TrophyApi from "../index";
/**
 * A paginated list of points triggers.
 */
export type ListPointsTriggersResponse = TrophyApi.AdminPointsTrigger[];
