{
    "Function": "timelockCreationCode",
    "File": "src/TimelockFactory.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "type()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function timelockCreationCode() external pure returns (bytes memory) {\n        return type(Timelock).creationCode;\n    }"
}