export const ScraperHealthStatus = { UNKNOWN: 'unknown', OK: 'ok', KO: 'ko', TESTING: 'testing', };