UNPKG

@fabrix/spool-cart

Version:

Spool - eCommerce Spool for Fabrix

9 lines (8 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const joi = require("joi"); exports.authorize = joi.array().items(joi.object().keys({ transaction: joi.alternatives().try(joi.number(), joi.string()), transactions: joi.array().items(joi.alternatives().try(joi.number(), joi.string())), amount: joi.number() }));