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",