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;
}
