TrainsAndRoads/interface/constants/InternalNodeType.ts

5 lines
73 B
TypeScript

export enum InternalNodeType {
NONE = "NONE",
STATION = "STATION",
}