From 5347dba0f4851cd39d4e2fc06ca07ffaa2be6bd6 Mon Sep 17 00:00:00 2001 From: Rafin Akther Utsahw Date: Mon, 29 Apr 2024 23:45:14 +0300 Subject: [PATCH] Remove unused code --- src/core/structure/sheet.types.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/structure/sheet.types.ts b/src/core/structure/sheet.types.ts index 92afe01d..6983030d 100644 --- a/src/core/structure/sheet.types.ts +++ b/src/core/structure/sheet.types.ts @@ -21,11 +21,6 @@ export enum GroupTypes { } export type GroupType = GroupTypes; -export type ElementInfo = { - keyPosition?: KeyPosition; - indexPosition?: IndexPosition; -}; - export enum ShiftDirection { forward = "forward", backward = "backward",