UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

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