{
    "Function": "isProposalOverGracePeriod",
    "File": "contracts/interfaces/aaveV2/IExecutorWithTimelock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function isProposalOverGracePeriod(IAaveGovernanceV2 governance, uint256 proposalId)\n    external\n    view\n    returns (bool);"
}