export interface EmployeeActivation {
  employee_id: string;
  token: string;
}
