import type { AuthenticatedUser } from "./AuthenticatedUser"; export type Me = { isLoggedIn: boolean; user: AuthenticatedUser; };