Skip to content

Commit d502192

Browse files
[thirdweb] Export missing x402 types
1 parent 62cfbb7 commit d502192

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/fluffy-cooks-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Export missing x402 types

packages/thirdweb/src/exports/x402.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ export type {
1717
VerifyPaymentResult,
1818
} from "../x402/types.js";
1919
export { verifyPayment } from "../x402/verify-payment.js";
20+
export type { Money, PaymentMiddlewareConfig } from "x402/types";

0 commit comments

Comments
 (0)