Add local_id to Party definition
This commit is contained in:
parent
01b9787fb8
commit
20cf1789dd
1 changed files with 1 additions and 0 deletions
1
types/Party.d.ts
vendored
1
types/Party.d.ts
vendored
|
|
@ -29,6 +29,7 @@ interface Party {
|
|||
weapons: Array<GridWeapon>
|
||||
summons: Array<GridSummon>
|
||||
user: User
|
||||
local_id?: string
|
||||
remix: boolean
|
||||
remixes: Party[]
|
||||
created_at: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue