bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
11 lines • 499 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.payoutRecipientsInterfaceSchema = void 0;
const zod_1 = require("zod");
const PayoutRecipient_zod_1 = require("./PayoutRecipient.zod");
exports.payoutRecipientsInterfaceSchema = zod_1.z.object({
guid: zod_1.z.string().optional(),
token: zod_1.z.string().optional(),
recipients: PayoutRecipient_zod_1.payoutRecipientInterfaceSchema.array().optional()
});
//# sourceMappingURL=PayoutRecipients.zod.js.map