UNPKG

@golemio/parkings

Version:
13 lines (12 loc) 397 B
import { ITskParkingValidity } from "./ITskParkingValidity"; export interface ITskParkingSectionLevel extends ITskParkingValidity { idSectionItem: string; idSection: string; sectionItemCode: string | null; streetNameValid: string | null; sectionCat: number | null; borderWKT: string; parkingType: number | null; projectedCapacity: number; activeFrom: string; }