export interface User { name: string; avatar: string; email: string; department: string; feishu_open_id: string; status: 'active' | 'inactive'; }