{
    "Function": "permitForAll",
    "File": "contracts/interfaces/ILensNFTBase.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function permitForAll(\n        address owner,\n        address operator,\n        bool approved,\n        DataTypes.EIP712Signature calldata sig\n    ) external;"
}