mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
7 lines
No EOL
180 B
JavaScript
7 lines
No EOL
180 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
// Patient is an asset
|
|
class Patient {
|
|
}
|
|
exports.Patient = Patient;
|
|
//# sourceMappingURL=patient.js.map
|