Skip to content

Commit

Permalink
[chore] SplitMap type changes (#2418)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
Co-authored-by: Rui Wang <[email protected]>
  • Loading branch information
igorDykhta and albatross97 authored Oct 28, 2023
1 parent 5e0ad51 commit a187813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/reducers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export type Editor = {

export type SplitMapLayers = {[key: string]: boolean};
export type SplitMap = {
id?: string;
layers: SplitMapLayers;
};

Expand Down

0 comments on commit a187813

Please sign in to comment.