Add events history

This commit is contained in:
2025-12-15 22:31:42 +07:00
parent 4239ea8516
commit 9a037cb34f
7 changed files with 801 additions and 231 deletions

View File

@@ -256,6 +256,10 @@ export type ActivityType =
| 'add_game'
| 'approve_game'
| 'reject_game'
| 'event_start'
| 'event_end'
| 'swap'
| 'rematch'
export interface Activity {
id: number