mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add TODO to be resolved before merge
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import { IEta, IOrderedStop, IRoute, IShuttle, IStop } from "../entities/entities";
|
import { IEta, IOrderedStop, IRoute, IShuttle, IStop } from "../entities/entities";
|
||||||
|
|
||||||
export interface ShuttleGetterRepository {
|
export interface ShuttleGetterRepository {
|
||||||
|
// TODO: Remove system ID argument from all getters
|
||||||
getStopsBySystemId(systemId: string): Promise<IStop[]>;
|
getStopsBySystemId(systemId: string): Promise<IStop[]>;
|
||||||
getStopById(stopId: string): Promise<IStop | null>;
|
getStopById(stopId: string): Promise<IStop | null>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user