remove IPassioSystem entity

This commit is contained in:
2025-04-08 16:09:15 -07:00
parent 2741d229f9
commit 0ce0c54ddd
5 changed files with 9 additions and 19 deletions

View File

@@ -1,16 +1,8 @@
import { IEta, IOrderedStop, IRoute, IShuttle, IStop, IPassioSystem } from "../../src/entities/ShuttleRepositoryEntities";
import { IEta, IOrderedStop, IRoute, IShuttle, IStop } from "../../src/entities/ShuttleRepositoryEntities";
// Use a single set of generators in case any of the
// interfaces change in the future
export function generateMockPassioSystems(): IPassioSystem[] {
return [
{ id: "1", name: "System A" },
{ id: "2", name: "System B" },
{ id: "3", name: "System C" },
];
}
export function generateMockShuttles(): IShuttle[] {
return [
{