We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cfbb7 commit d502192Copy full SHA for d502192
.changeset/fluffy-cooks-kiss.md
@@ -0,0 +1,5 @@
1
+---
2
+"thirdweb": patch
3
4
+
5
+Export missing x402 types
packages/thirdweb/src/exports/x402.ts
@@ -17,3 +17,4 @@ export type {
17
VerifyPaymentResult,
18
} from "../x402/types.js";
19
export { verifyPayment } from "../x402/verify-payment.js";
20
+export type { Money, PaymentMiddlewareConfig } from "x402/types";
0 commit comments