From ea02474bd246d1b097fd68527f2fba5f8fbc6969 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 24 Dec 2022 01:07:16 -0800 Subject: [PATCH] Add slug to WeaponKey type --- types/WeaponKey.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/WeaponKey.d.ts b/types/WeaponKey.d.ts index 99dacced..95c45ea9 100644 --- a/types/WeaponKey.d.ts +++ b/types/WeaponKey.d.ts @@ -5,6 +5,7 @@ interface WeaponKey { en: string ja: string } + slug: string series: integer slot: integer group: integer