UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

11 lines (10 loc) 273 B
import { TokenDto } from '../../tokens/dtos/token.dto'; export declare class ReserveNowDto { responseUrl: string; token: TokenDto; expiryDate: Date; reservationId: string; locationId: string; evseUid?: string; authorizationReference?: string; }