import type { UserFromSession } from "@calcom/features/auth/lib/userFromSessionUtils";

export type TrpcSessionUser = UserFromSession;
