beamable-sdk / schema / GroupCreate
Type Alias: GroupCreate¶
GroupCreate =
object
Defined in: src/__generated__/schemas/GroupCreate.ts:9
Properties¶
clientData?¶
optionalclientData:string
Defined in: src/__generated__/schemas/GroupCreate.ts:15
enrollmentType¶
enrollmentType:
string
Defined in: src/__generated__/schemas/GroupCreate.ts:10
group?¶
optionalgroup: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?¶
optionalscores:GroupScoreBinding[]
Defined in: src/__generated__/schemas/GroupCreate.ts:17
tag?¶
optionaltag:string
Defined in: src/__generated__/schemas/GroupCreate.ts:18
time?¶
optionaltime:bigint|string
Defined in: src/__generated__/schemas/GroupCreate.ts:19
type¶
type:
GroupType
Defined in: src/__generated__/schemas/GroupCreate.ts:14