UNPKG

@golemio/parkings

Version:
11 lines (10 loc) 214 B
export interface IIsphkMeasurements { type: string; data: IIsphkMeasurementsItem[]; } export interface IIsphkMeasurementsItem { id: string; capacity: number; free: number; status: string; }