UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

12 lines (11 loc) 442 B
export { Certificate } from './Certificate.js'; export { InstalledCertificate } from './InstalledCertificate.js'; export { InstallCertificateAttempt } from './InstallCertificateAttempt.js'; export { DeleteCertificateAttempt } from './DeleteCertificateAttempt.js'; export declare const enum SignatureAlgorithmEnumType { RSA = "SHA256withRSA", ECDSA = "SHA256withECDSA" } export declare const enum CountryNameEnumType { US = "US" }