UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

5 lines (4 loc) 177 B
import { ChargingProfileResultType } from '../enums/charging-profile-result-type.enum'; export declare class ChargingProfileResultDto { result: ChargingProfileResultType; }