Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rafinutshaw committed Apr 29, 2024
1 parent 0dfaecf commit 5347dba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/structure/sheet.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5347dba

Please sign in to comment.