UNPKG

@golemio/pid

Version:
10 lines (9 loc) 204 B
export interface ITripStopsCacheDto { [key: string]: { trip_stops: Array<{ stop_id: string; stop_sequence: number; cis: number | null; }>; }; }