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