UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

7 lines (6 loc) 145 B
import { ImageDto } from './image.dto'; export declare class BusinessDetailsDto { name: string; website?: string; logo?: ImageDto; }