Add invite links
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user