UNPKG

digital-covid-certificate-lib

Version:

A library to parse and verify Digital Covid Certificates (DCC)

14 lines 533 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RecoveryCertificate = void 0; const EudccHcert_1 = require("./EudccHcert"); class RecoveryCertificate extends EudccHcert_1.EudccHcert { constructor(schemaVersion, person, infromation) { super(schemaVersion, person); this.schemaVersion = schemaVersion; this.person = person; this.infromation = infromation; } } exports.RecoveryCertificate = RecoveryCertificate; //# sourceMappingURL=RecoveryCertificate.js.map