Skip to content

Commit 6e97cbb

Browse files
fix isolatedmodule errors
1 parent 008fefe commit 6e97cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/payment-detection/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ import { MetaDetector } from './meta-payment-detector';
3434

3535
export type { TheGraphClient } from './thegraph';
3636

37-
export type {
37+
export type { PaymentNetworkOptions };
38+
export {
3839
PaymentNetworkFactory,
39-
PaymentNetworkOptions,
4040
PaymentReferenceCalculator,
4141
BtcPaymentNetwork,
4242
DeclarativePaymentDetector,

0 commit comments

Comments
 (0)