mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
export ApiBasedRepositoryCache
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { GetterRepository } from "./GetterRepository";
|
||||
import { IEta, IOrderedStop, IRoute } from "../entities/entities";
|
||||
|
||||
interface ApiBasedRepositoryCache {
|
||||
export interface ApiBasedRepositoryCache {
|
||||
etasForShuttleId: {
|
||||
[shuttleId: string]: IEta[],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user