UNPKG

@trophyso/node

Version:
11 lines (10 loc) 363 B
import type * as TrophyApi from "../index"; /** * Response containing created triggers and any per-item issues. */ export interface CreatePointsTriggersResponse { /** Array of successfully created triggers. */ created: TrophyApi.AdminPointsTrigger[]; /** Array of issues encountered during trigger creation. */ issues: TrophyApi.AdminIssue[]; }