UNPKG

@golemio/pid

Version:
8 lines (7 loc) 266 B
import type { IPIDDeparture, IStop } from ".."; import type { IInfotextDepartureOutputDto } from "./InfotextInterfaces"; export interface IDepartureBoardOutputDto { departures: IPIDDeparture[]; infotexts: IInfotextDepartureOutputDto[]; stops: IStop[]; }