From 1956f857c70738d485a59ccb6f138c0111e6bd8d Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 22 Jan 2023 20:18:59 -0800 Subject: [PATCH] Add transcendence step to GridSummon type --- types/GridSummon.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/GridSummon.d.ts b/types/GridSummon.d.ts index bfde1535..e8b14831 100644 --- a/types/GridSummon.d.ts +++ b/types/GridSummon.d.ts @@ -5,4 +5,5 @@ interface GridSummon { position: number object: Summon uncap_level: number + transcendence_step: number }