export interface AdminUserDTO { id: number; userName: string; role: string; joinDate: string; }