UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

5 lines (4 loc) 210 B
export declare type CertificateUseEnumType = 'CentralSystemRootCertificate' | 'ManufacturerRootCertificate'; export default interface GetInstalledCertificateIds { certificateType: CertificateUseEnumType; }