UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

9 lines (8 loc) 209 B
import { TokenType } from '../../tokens/enums/token-type.enum'; export declare class CdrTokenDto { countryCode: string; partyId: string; uid: string; type: TokenType; contractId: string; }