Skip to content

Commit 76057b1

Browse files
committed
remove deprecated enum values
1 parent b6fab32 commit 76057b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/static.def.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ export enum ExceptionType {
4747

4848
export enum TransferType {
4949
RECOMMENDED,
50-
/** @deprecated typo, use {@link RECOMMENDED} */
51-
RECCOMMENDED = 0,
5250
TIMED_TRANSFER,
5351
TIME_REQUIRED,
5452
NO_TRANSFER_POSSIBLE,
@@ -60,8 +58,6 @@ export enum LocationType {
6058
STOP = 0,
6159
STATION,
6260
ENTRANCE_EXIT,
63-
/** @deprecated typo, use {@link ENTRANCE_EXIT} */
64-
ENTRANCE_EXIST = 2,
6561
GENERIC_NODE,
6662
BOARDING_AREA,
6763
}

0 commit comments

Comments
 (0)