UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

6 lines (5 loc) 227 B
export declare type CertificateUseEnumType = 'CentralSystemRootCertificate' | 'ManufacturerRootCertificate'; export default interface InstallCertificate { certificateType: CertificateUseEnumType; certificate: string; }