mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 02:40:40 +00:00
create singleplayer game record rest endpoints
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ const IntentSchema = z.union([
|
||||
BuildUnitIntentSchema,
|
||||
]);
|
||||
|
||||
const TurnSchema = z.object({
|
||||
export const TurnSchema = z.object({
|
||||
turnNumber: z.number(),
|
||||
gameID: z.string(),
|
||||
intents: z.array(IntentSchema)
|
||||
|
||||
Reference in New Issue
Block a user