Skip to content

Commit ef5071e

Browse files
committed
fix: fix exports
1 parent 7717c8a commit ef5071e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sdk/market/pricefeeds/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ export * from "./PythPriceFeed.js";
1919
export * from "./RedstonePriceFeed.js";
2020
export * from "./types.js";
2121
export {
22-
FetchPythPayloadsOptions,
23-
FetchRedstonePayloadsOptions,
22+
type FetchPythPayloadsOptions,
23+
type FetchRedstonePayloadsOptions,
2424
fetchPythPayloads,
2525
fetchRedstonePayloads,
26-
TimestampedCalldata,
26+
type TimestampedCalldata,
2727
} from "./updates/index.js";
2828
export * from "./WstETHPriceFeed.js";
2929
export * from "./YearnPriceFeed.js";

0 commit comments

Comments
 (0)