UNPKG

@golemio/parkings

Version:
10 lines (9 loc) 203 B
export interface ITskParkingMachine { idParkMachine: string; code: string; idStatus: number; type: string; idTariff: string; positionWKT: string; activeFrom: Date | string; }