{
    "Function": "create",
    "File": "contracts/interfaces/aaveV2/IAaveGovernanceV2.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function create(\n    IExecutorWithTimelock executor,\n    address[] memory targets,\n    uint256[] memory values,\n    string[] memory signatures,\n    bytes[] memory calldatas,\n    bool[] memory withDelegatecalls,\n    bytes32 ipfsHash\n  ) external returns (uint256);"
}