Skip to content

beamable-sdk / schema / CreateLobby

Type Alias: CreateLobby

CreateLobby = object

Defined in: src/__generated__/schemas/CreateLobby.ts:9

Properties

data?

optional data: Record<string, string | null> | null

Defined in: src/__generated__/schemas/CreateLobby.ts:10


description?

optional description: string | null

Defined in: src/__generated__/schemas/CreateLobby.ts:11


matchType?

optional matchType: string | null

Defined in: src/__generated__/schemas/CreateLobby.ts:12


maxPlayers?

optional maxPlayers: number

Defined in: src/__generated__/schemas/CreateLobby.ts:13


name?

optional name: string | null

Defined in: src/__generated__/schemas/CreateLobby.ts:14


passcodeLength?

optional passcodeLength: number

Defined in: src/__generated__/schemas/CreateLobby.ts:15


playerTags?

optional playerTags: Tag[] | null

Defined in: src/__generated__/schemas/CreateLobby.ts:16


restriction?

optional restriction: LobbyRestriction

Defined in: src/__generated__/schemas/CreateLobby.ts:17