rename entities.ts to ShuttleRepositoryEntities.ts

This commit is contained in:
2025-04-08 16:07:48 -07:00
parent 51c2aedef6
commit 2741d229f9
16 changed files with 17 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
import { IEta, IOrderedStop, IRoute, IShuttle, IStop, IPassioSystem } from "../../src/entities/entities";
import { IEta, IOrderedStop, IRoute, IShuttle, IStop, IPassioSystem } from "../../src/entities/ShuttleRepositoryEntities";
// Use a single set of generators in case any of the
// interfaces change in the future