UNPKG

@trophyso/node

Version:
8 lines (7 loc) 297 B
import type * as TrophyApi from "../index"; export interface WebhooksLeaderboardStartedPayload { /** The webhook event type. */ type: "leaderboard.started"; /** The leaderboard run that started and its initial rankings. */ leaderboard: TrophyApi.LeaderboardResponseWithRankings; }