{
    "Function": "getPub",
    "File": "contracts/interfaces/ILensHub.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getPub(uint256 profileId, uint256 pubId)\n        external\n        view\n        returns (DataTypes.PublicationStruct memory);"
}