{
    "Function": "decreaseAllowance",
    "File": "contracts/interfaces/ISavingsAccount.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function decreaseAllowance(\n        uint256 amount,\n        address token,\n        address to\n    ) external;"
}