Add invite links

This commit is contained in:
2025-12-14 20:39:26 +07:00
parent d0b8eca600
commit 5db2f9c48d
11 changed files with 290 additions and 12 deletions

View File

@@ -70,6 +70,15 @@ export interface MarathonCreate {
game_proposal_mode: GameProposalMode
}
export interface MarathonPublicInfo {
id: number
title: string
description: string | null
status: MarathonStatus
participants_count: number
creator_nickname: string
}
export interface LeaderboardEntry {
rank: number
user: User