export ApiBasedRepositoryCache

This commit is contained in:
2025-01-07 15:14:21 -08:00
parent caab43125d
commit f3ee83d195

View File

@@ -1,7 +1,7 @@
import { GetterRepository } from "./GetterRepository"; import { GetterRepository } from "./GetterRepository";
import { IEta, IOrderedStop, IRoute } from "../entities/entities"; import { IEta, IOrderedStop, IRoute } from "../entities/entities";
interface ApiBasedRepositoryCache { export interface ApiBasedRepositoryCache {
etasForShuttleId: { etasForShuttleId: {
[shuttleId: string]: IEta[], [shuttleId: string]: IEta[],
}, },