UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

6 lines (5 loc) 177 B
import { ChargingProfileDto } from './charging-profile.dto'; export declare class ActiveChargingProfileDto { startDateTime: Date; chargingProfile: ChargingProfileDto; }