// SPDX-License-Identifier: MIT pragma solidity ^0.6.0; import "./IAggregator.sol"; import "./IAggregatorV3.sol"; interface AggregatorV2V3Interface is IAggregator, IAggregatorV3 {}