UNPKG

bitpay-sdk

Version:

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

11 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.refundInfoInterfaceSchema = void 0; const zod_1 = require("zod"); exports.refundInfoInterfaceSchema = zod_1.z.object({ supportRequest: zod_1.z.string().optional(), currency: zod_1.z.string(), refundRequestEid: zod_1.z.string().optional(), amounts: zod_1.z.record(zod_1.z.number()).optional() }); //# sourceMappingURL=RefundInfo.zod.js.map