Skip to content

Commit 5e3d387

Browse files
committed
for the love of god
1 parent 41fe40a commit 5e3d387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/core/machines/paymentMachine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface PaymentMachineContext {
7070
/**
7171
* Events that can be sent to the payment machine
7272
*/
73-
export type PaymentMachineEvent =
73+
type PaymentMachineEvent =
7474
| {
7575
type: "DESTINATION_CONFIRMED";
7676
destinationToken: Token;

0 commit comments

Comments
 (0)