UNPKG

@sphereon/pex-models

Version:

Presentation Exchange v1 and v2 typescript models

9 lines 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Directives = void 0; exports.Directives = { Required: 'required', Allowed: 'allowed', Disallowed: 'disallowed' }; //# sourceMappingURL=directives.js.map