UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

5 lines (4 loc) 85 B
export declare class GeoLocationDto { latitude: string; longitude: string; }