UNPKG

bitpay-sdk

Version:

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

17 lines 652 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.buyerInterfaceSchema = void 0; const zod_1 = require("zod"); exports.buyerInterfaceSchema = zod_1.z.object({ email: zod_1.z.string().optional(), name: zod_1.z.string().optional(), address1: zod_1.z.string().optional(), address2: zod_1.z.string().optional(), locality: zod_1.z.string().optional(), region: zod_1.z.string().optional(), postalCode: zod_1.z.string().optional(), country: zod_1.z.string().optional(), phone: zod_1.z.string().optional(), notify: zod_1.z.boolean().optional() }); //# sourceMappingURL=Buyer.zod.js.map