UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

8 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shopperSchema = void 0; const zod_1 = require("zod"); exports.shopperSchema = zod_1.z.object({ user: zod_1.z.string().optional() }); //# sourceMappingURL=Shopper.zod.js.map