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

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Nov 19, 2023
1 parent b94da51 commit 5be9fa7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/data/data-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { rooms } from "./rooms";

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

export {
Levels,
type Coords,
type Coords3D,
type Level,
type Lvl,
type ProfilesList,
Expand Down

0 comments on commit 5be9fa7

Please sign in to comment.