UNPKG

@golemio/parkings

Version:
10 lines (9 loc) 219 B
export interface ITskParkingSection { idSection: string; sectionCode: string; sectionCat: number; borderWKT: string; idTariff: string | null; projectedCapacity: number; activeFrom: string; }