mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 14:32:16 +00:00
nullable()
This commit is contained in:
+1
-1
@@ -374,7 +374,7 @@ export const PlayerSchema = z.object({
|
||||
clientID: ID,
|
||||
username: SafeString,
|
||||
flag: SafeString.optional(),
|
||||
pattern: SafeString.optional(),
|
||||
pattern: SafeString.nullable().optional(),
|
||||
});
|
||||
|
||||
export const GameStartInfoSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user