diff --git a/types/Party.d.ts b/types/Party.d.ts index 11c2158a..97d91c86 100644 --- a/types/Party.d.ts +++ b/types/Party.d.ts @@ -1,14 +1,14 @@ interface Party { - id: string - name: string - raid: Raid - shortcode: string - extra: boolean - favorited: boolean - characters: Array - weapons: Array - summons: Array - user: User - created_at: string - updated_at: string -} \ No newline at end of file + id: string + name: string + raid: Raid + shortcode: string + extra: boolean + favorited: boolean + characters: Array + weapons: Array + summons: Array + user: User + created_at: string + updated_at: string +}