#pragma once namespace nix { struct TreeInfo { Hash narHash; std::optional rev; std::optional revCount; std::optional lastModified; }; }