UNPKG

@golemio/pid

Version:
6 lines (5 loc) 116 B
import { IStop } from "./IStop"; export type TransferStops = { stops: IStop[]; currentStopIndex: number; };