UNPKG

@rapidthenerd/ergast-ts

Version:

Node wrapper for Ergast API

10 lines (9 loc) 253 B
import {CircuitData} from "./CircuitData"; import {PitStopEntry} from "./PitStopEntry"; export interface PitStopData { season: string | number, round: number, stop: number, circuit: CircuitData, totalStops: PitStopEntry[] }