UNPKG

@trophyso/node

Version:
8 lines (7 loc) 272 B
import type * as TrophyApi from "../index"; export interface WebhooksLeaderboardChangedPayload { /** The webhook event type. */ type: "leaderboard.changed"; /** The leaderboard run that changed. */ leaderboard: TrophyApi.LeaderboardResponseWithRankings; }