pub const Env = struct { app: *App, user: ?User = null, }; const App = @import("app.zig").App; const User = @import("User.zig");