Update spacing
This commit is contained in:
parent
1f54aa6dbc
commit
94c885513d
1 changed files with 13 additions and 13 deletions
26
types/Party.d.ts
vendored
26
types/Party.d.ts
vendored
|
|
@ -1,14 +1,14 @@
|
||||||
interface Party {
|
interface Party {
|
||||||
id: string
|
id: string
|
||||||
name: string
|
name: string
|
||||||
raid: Raid
|
raid: Raid
|
||||||
shortcode: string
|
shortcode: string
|
||||||
extra: boolean
|
extra: boolean
|
||||||
favorited: boolean
|
favorited: boolean
|
||||||
characters: Array<GridCharacter>
|
characters: Array<GridCharacter>
|
||||||
weapons: Array<GridWeapon>
|
weapons: Array<GridWeapon>
|
||||||
summons: Array<GridSummon>
|
summons: Array<GridSummon>
|
||||||
user: User
|
user: User
|
||||||
created_at: string
|
created_at: string
|
||||||
updated_at: string
|
updated_at: string
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue