UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

6 lines (5 loc) 110 B
export declare class RegularHoursDto { weekday: number; periodBegin: string; periodEnd: string; }