bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
11 lines • 501 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.payoutGroupInterfaceSchema = void 0;
const zod_1 = require("zod");
const Payout_zod_1 = require("./Payout.zod");
const PayoutGroupFailed_zod_1 = require("./PayoutGroupFailed.zod");
exports.payoutGroupInterfaceSchema = zod_1.z.object({
payouts: Payout_zod_1.payoutInterfaceSchema.array(),
failed: PayoutGroupFailed_zod_1.payoutGroupFailedInterfaceSchema.array()
});
//# sourceMappingURL=PayoutGroup.zod.js.map