IERC5805.sol 272 B

123456789
  1. // SPDX-License-Identifier: MIT
  2. // OpenZeppelin Contracts (last updated v4.9.0) (interfaces/IERC5805.sol)
  3. pragma solidity ^0.8.20;
  4. import {IVotes} from "../governance/utils/IVotes.sol";
  5. import {IERC6372} from "./IERC6372.sol";
  6. interface IERC5805 is IERC6372, IVotes {}