UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

10 lines (9 loc) 292 B
export { Certificate } from './Certificate.js'; export { InstalledCertificate } from './InstalledCertificate.js'; export declare const enum SignatureAlgorithmEnumType { RSA = "SHA256withRSA", ECDSA = "SHA256withECDSA" } export declare const enum CountryNameEnumType { US = "US" }