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 <dikhta.igor@gmail.com>
Co-authored-by: Rui Wang <64480766+albatross97@users.noreply.github.com>
  • Loading branch information
igorDykhta and albatross97 committed 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
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.