We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7717c8a commit ef5071eCopy full SHA for ef5071e
src/sdk/market/pricefeeds/index.ts
@@ -19,11 +19,11 @@ export * from "./PythPriceFeed.js";
19
export * from "./RedstonePriceFeed.js";
20
export * from "./types.js";
21
export {
22
- FetchPythPayloadsOptions,
23
- FetchRedstonePayloadsOptions,
+ type FetchPythPayloadsOptions,
+ type FetchRedstonePayloadsOptions,
24
fetchPythPayloads,
25
fetchRedstonePayloads,
26
- TimestampedCalldata,
+ type TimestampedCalldata,
27
} from "./updates/index.js";
28
export * from "./WstETHPriceFeed.js";
29
export * from "./YearnPriceFeed.js";
0 commit comments