export interface UserDto { id: string; email: string; }