UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

7 lines (6 loc) 297 B
import { ActiveChargingProfileDto } from './active-charging-profile.dto'; import { ChargingProfileResultType } from '../enums/charging-profile-result-type.enum'; export declare class ActiveChargingProfileResultDto { result: ChargingProfileResultType; profile?: ActiveChargingProfileDto; }