Skip to content

beamable-sdk / schema / Party

Type Alias: Party

Party = object

Defined in: src/__generated__/schemas/Party.ts:6

⚠️ THIS FILE IS AUTO-GENERATED. DO NOT EDIT MANUALLY. All manual edits will be lost when this file is regenerated.

Properties

id?

optional id: string | null

Defined in: src/__generated__/schemas/Party.ts:7


leader?

optional leader: string | null

Defined in: src/__generated__/schemas/Party.ts:8


maxSize?

optional maxSize: number

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


members?

optional members: string[] | null

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


pendingInvites?

optional pendingInvites: string[] | null

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


restriction?

optional restriction: string | null

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