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 008fefe commit 6e97cbbCopy full SHA for 6e97cbb
packages/payment-detection/src/index.ts
@@ -34,9 +34,9 @@ import { MetaDetector } from './meta-payment-detector';
34
35
export type { TheGraphClient } from './thegraph';
36
37
-export type {
+export type { PaymentNetworkOptions };
38
+export {
39
PaymentNetworkFactory,
- PaymentNetworkOptions,
40
PaymentReferenceCalculator,
41
BtcPaymentNetwork,
42
DeclarativePaymentDetector,
0 commit comments