really solid
This commit is contained in:
@@ -16,7 +16,7 @@ import { log } from "./logging";
|
||||
export const WsOut = t.Union([
|
||||
t.Object({ playersPresent: t.Array(t.String()) }),
|
||||
t.Object({ playerNames: t.Record(t.String(), t.String()) }),
|
||||
t.Object({ playersReady: t.Nullable(t.Record(t.String(), t.Boolean())) }),
|
||||
t.Object({ playersReady: t.Record(t.String(), t.Boolean()) }),
|
||||
t.Object({
|
||||
gameConfig: t.Object({ game: t.String(), players: t.Array(t.String()) }),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user