bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
11 lines • 461 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.invoiceEventTokenInterfaceSchema = void 0;
const zod_1 = require("zod");
exports.invoiceEventTokenInterfaceSchema = zod_1.z.object({
url: zod_1.z.string().nullable(),
token: zod_1.z.string().nullable(),
events: zod_1.z.array(zod_1.z.string()).optional(),
actions: zod_1.z.array(zod_1.z.string()).optional()
});
//# sourceMappingURL=InvoiceEventToken.zod.js.map