export interface EmployerMgmtRoutes { getEmployerList: string; getEmployerLocation: string; addEmployer: string; updateEmployer: string; submitEmployerLocation?: string; }