fix build 'cannot find RankedType' in ApiSchemas.ts

This commit is contained in:
evanpelle
2026-03-03 19:14:19 -08:00
parent 0976c02326
commit 2a0b0f890d
+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 } from "./game/Game";
import { Difficulty, GameMode, GameType, RankedType } from "./game/Game";
export const RefreshResponseSchema = z.object({
token: z.string(),