bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
9 lines • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.currencyQrInterfaceSchema = void 0;
const zod_1 = require("zod");
exports.currencyQrInterfaceSchema = zod_1.z.object({
type: zod_1.z.string(),
collapsed: zod_1.z.string().optional()
});
//# sourceMappingURL=CurrencyQr.zod.js.map