From 20cf1789dd27364be0789ec861454a0a09836856 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 31 Jan 2023 01:23:20 -0800 Subject: [PATCH] Add local_id to Party definition --- types/Party.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/Party.d.ts b/types/Party.d.ts index eebea134..3a41e705 100644 --- a/types/Party.d.ts +++ b/types/Party.d.ts @@ -29,6 +29,7 @@ interface Party { weapons: Array summons: Array user: User + local_id?: string remix: boolean remixes: Party[] created_at: string