@wepublish/api
Version:
API core for we.publish.
11 lines • 487 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OneOf = exports.ONE_OF_METADATA_KEY = void 0;
const nest_modules_1 = require("@wepublish/nest-modules");
exports.ONE_OF_METADATA_KEY = 'one_of';
/**
* Adds guards to the metadata so that the OneOfGuard knows which guards to check.
*/
const OneOf = (...guards) => (0, nest_modules_1.AddMetadata)(exports.ONE_OF_METADATA_KEY, guards);
exports.OneOf = OneOf;
//# sourceMappingURL=one-of.decorator.js.map