UNPKG

@golemio/pid

Version:
9 lines (8 loc) 352 B
import { IVehiclePositionsSchedule } from "../../../../vehicle-positions/interfaces/VPInterfaces"; export interface IExtendedSchedule extends IVehiclePositionsSchedule { agency_name: string; is_wheelchair_accessible: boolean | null; } export interface IExtendedScheduleWithExternalId extends IExtendedSchedule { cache_lookup_key: string; }