UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

6 lines (5 loc) 224 B
import { OCPP2_0_1 } from '@citrineos/base'; export declare class BootMapper { static toRegistrationStatusEnumType(status: string): OCPP2_0_1.RegistrationStatusEnumType; static toStatusInfo(statusInfo?: any): any; }