UNPKG

@sphereon/pex-models

Version:

Presentation Exchange v1 and v2 typescript models

9 lines 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Status = void 0; exports.Status = { Success: 'SUCCESS', Warn: 'WARN', Error: 'ERROR' }; //# sourceMappingURL=status.js.map