UNPKG

bitpay-sdk

Version:

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

10 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.payoutGroupFailedInterfaceSchema = void 0; const zod_1 = require("zod"); exports.payoutGroupFailedInterfaceSchema = zod_1.z.object({ errMessage: zod_1.z.string(), payoutId: zod_1.z.string().optional(), payee: zod_1.z.string().optional() }); //# sourceMappingURL=PayoutGroupFailed.zod.js.map