export interface SessionUser { user?: { id: string; name: string; email: string; image?: string; }; }