Merge branch 'v29'

This commit is contained in:
evanpelle
2026-03-03 18:46:00 -08:00
7 changed files with 145 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { z } from "zod";
import { base64urlToUuid } from "./Base64";
import { BigIntStringSchema, PlayerStatsSchema } from "./StatsSchemas";
import { Difficulty, GameMode, GameType, RankedType } from "./game/Game";
import { Difficulty, GameMode, GameType } from "./game/Game";
export const RefreshResponseSchema = z.object({
token: z.string(),