UNPKG

@martinmilo/verve

Version:

TypeScript domain modeling library with field-level authorization, business rule validation, and context-aware access control

13 lines 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_FIELD_OPTIONS = void 0; exports.DEFAULT_FIELD_OPTIONS = { nullable: false, readable: true, writable: true, default: undefined, compute: undefined, generator: undefined, validators: [], }; //# sourceMappingURL=options.js.map