bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
11 lines • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.invoiceRefundAddressesSchema = void 0;
const zod_1 = require("zod");
exports.invoiceRefundAddressesSchema = zod_1.z.object({
type: zod_1.z.string(),
date: zod_1.z.string(),
tag: zod_1.z.number().optional().nullable(),
email: zod_1.z.string().optional().nullable()
});
//# sourceMappingURL=InvoiceRefundAddresses.zod.js.map