bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
10 lines • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.refundInfoSchema = void 0;
const zod_1 = require("zod");
exports.refundInfoSchema = zod_1.z.object({
supportRequest: zod_1.z.string(),
currency: zod_1.z.string(),
amounts: zod_1.z.record(zod_1.z.number()).optional()
});
//# sourceMappingURL=RefundInfo.zod.js.map