4 lines
172 B
TypeScript
Vendored
4 lines
172 B
TypeScript
Vendored
export type { IChainlinkOracle } from "./IChainlinkOracle";
|
|
export type { IOffchainOracle } from "./IOffchainOracle";
|
|
export type { TestnetOracle } from "./TestnetOracle";
|