{
    "Function": "getAlerts",
    "File": "contracts/interfaces/IProject.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getAlerts(uint256 _taskID)\n        external\n        view\n        returns (bool[3] memory _alerts);"
}