Skip to content

beamable-sdk / schema / GroupCreate

Type Alias: GroupCreate

GroupCreate = object

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

Properties

clientData?

optional clientData: string

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


enrollmentType

enrollmentType: string

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


group?

optional group: bigint | string

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


maxSize

maxSize: number

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


name

name: string

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


requirement

requirement: bigint | string

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


scores?

optional scores: GroupScoreBinding[]

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


tag?

optional tag: string

Defined in: src/__generated__/schemas/GroupCreate.ts:18


time?

optional time: bigint | string

Defined in: src/__generated__/schemas/GroupCreate.ts:19


type

type: GroupType

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