openreplay/frontend/app/components/Header/HealthStatus/const.ts
Андрей Бабушкин b822b1c067 applied eslint
2025-02-26 20:31:01 +01:00

9 lines
292 B
TypeScript

export const categoryKeyNames = {
backendServices: 'Backend Services',
databases: 'Databases',
ingestionPipeline: 'Ingestion Pipeline',
ssl: 'SSL',
} as const;
export const lastAskedKey = '__openreplay_health_status';
export const healthResponseKey = '__openreplay_health_response';