"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const joi = require("joi");
const fulfillment_1 = require("./fulfillment");
exports.fulfill = joi.alternatives().try(fulfillment_1.fulfillment, joi.array().items(fulfillment_1.fulfillment));