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