Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 5be9fa7

Browse files
committed
chore: remove unused
1 parent b94da51 commit 5be9fa7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/data/data-types.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { rooms } from "./rooms";
22

33
type Lvl = 1 | 2 | 0;
44
const Levels = { one: 1, two: 2, zero: 0 } as const;
5-
type Coords3D = readonly [...Coords, Lvl];
65
type StairList = Record<number, Coords>;
76
type Level = number[][];
87
type Coords = readonly [number, number];
@@ -14,8 +13,6 @@ type Room = keyof Rooms;
1413

1514
export {
1615
Levels,
17-
type Coords,
18-
type Coords3D,
1916
type Level,
2017
type Lvl,
2118
type ProfilesList,

0 commit comments

Comments
 (0)