UNPKG

@trophyso/node

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