UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

9 lines (8 loc) 219 B
import { TokenType } from '../../tokens/enums/token-type.enum'; export declare class PublishTokenTypeDto { uid?: string; type?: TokenType; visualNumber?: string; issuer?: string; groupId?: string; }