UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

6 lines (5 loc) 206 B
import { ChargingProfileResponseType } from '../enums/charging-profile-response-type.enum'; export declare class ChargingProfileResponseDto { result: ChargingProfileResponseType; timeout: number; }