bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
11 lines • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.itemInterfaceSchema = void 0;
const zod_1 = require("zod");
exports.itemInterfaceSchema = zod_1.z.object({
id: zod_1.z.string().optional(),
description: zod_1.z.string().optional(),
price: zod_1.z.number(),
quantity: zod_1.z.number()
});
//# sourceMappingURL=Item.zod.js.map